Commit bd89b4e6 by Torkel Ödegaard

Merge branch 'panel-edit-in-react' into develop

parents 9404d36a c99861a7
......@@ -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