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

This commit is contained in:
Torkel Ödegaard
2018-12-03 02:58:51 -08:00

View File

@@ -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 {