Dynamic Dashboards: Decrease min height of first grid child (#115497)

This commit is contained in:
Ida Štambuk
2025-12-17 17:44:20 +01:00
committed by GitHub
parent 7e45a300b9
commit a44e839033
@@ -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,
}),