Dynamic Dashboards: Decrease min height of first grid child (#115497)
This commit is contained in:
+1
-1
@@ -695,7 +695,7 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
// disable flex grow on the SceneGridLayouts first div
|
||||
'> div:first-child': {
|
||||
flexGrow: `0 !important`,
|
||||
minHeight: '250px',
|
||||
minHeight: 1,
|
||||
},
|
||||
...dashboardCanvasAddButtonHoverStyles,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user