Dynamic dashboards: Fix height of disabled margin option pane categories (#109664)

Fix height of disabled margin option pane categories
This commit is contained in:
Oscar Kilhed
2025-08-14 14:33:11 +00:00
committed by GitHub
parent e285cc2ddc
commit 26fbb553f3
@@ -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',