RowsLayout: Fixes min height issue (#104444)

This commit is contained in:
Torkel Ödegaard
2025-04-24 14:43:44 +02:00
committed by GitHub
parent 7fd4c1b41d
commit 4fc112f927
@@ -206,7 +206,6 @@ function getStyles(theme: GrafanaTheme2) {
wrapper: css({
display: 'flex',
flexDirection: 'column',
minHeight: '100px',
}),
wrapperNotCollapsed: css({
'> div:nth-child(2)': {