mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'panel-edit-in-react' into develop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user