RowsLayout: Fixes min height issue (#104444)
This commit is contained in:
@@ -206,7 +206,6 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
wrapper: css({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
minHeight: '100px',
|
||||
}),
|
||||
wrapperNotCollapsed: css({
|
||||
'> div:nth-child(2)': {
|
||||
|
||||
Reference in New Issue
Block a user