diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx index 6a682292586..7c65fa0c48a 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx @@ -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',