Commit c99861a7 by Torkel Ödegaard

minor css fix

parent 4f38af12
......@@ -3,7 +3,13 @@
.panel-in-fullscreen {
.react-grid-layout {
height: calc(100% - 20px) !important;
height: 100% !important;
}
.dashboard-container--has-submenu {
.react-grid-layout {
height: calc(100% - 50px) !important;
}
}
.react-grid-item {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment