Dynamic dashboards: Fix height of disabled margin option pane categories (#109664)
Fix height of disabled margin option pane categories
This commit is contained in:
@@ -214,7 +214,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
}),
|
||||
disabledIcon: css({
|
||||
color: theme.colors.text.disabled,
|
||||
marginRight: theme.spacing(1),
|
||||
margin: theme.spacing(1, 1, 1, 0),
|
||||
}),
|
||||
bodyNested: css({
|
||||
position: 'relative',
|
||||
|
||||
Reference in New Issue
Block a user