RowsLayout: Fixes issue with custom grid not showing (#104640)

* RowsLayout: Fixes issue with custom grid not showing

* Update
This commit is contained in:
Torkel Ödegaard
2025-05-13 10:42:30 +02:00
committed by GitHub
parent 1e13f48172
commit 621414ea6f
@@ -205,6 +205,8 @@ function getStyles(theme: GrafanaTheme2) {
wrapper: css({
display: 'flex',
flexDirection: 'column',
// Without this min height, the custom grid (SceneGridLayout) wont render
minHeight: `42px`,
}),
wrapperNotCollapsed: css({
'> div:nth-child(2)': {