From 270700c8908235694b6c3882c5a07a1599d4041a Mon Sep 17 00:00:00 2001 From: Victor Marin <36818606+mdvictor@users.noreply.github.com> Date: Thu, 13 Mar 2025 09:48:40 +0200 Subject: [PATCH] Dashboards: Remove panel edit override broken styles (#102054) remove panel edit override styles causing issues --- .../dashboard/components/PanelEditor/OptionsPaneCategory.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx index 2ce0a19527a..a9e43013151 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx @@ -162,9 +162,6 @@ const getStyles = (theme: GrafanaTheme2) => ({ fontSize: '1rem', fontWeight: theme.typography.fontWeightMedium, margin: 0, - height: theme.spacing(4), - display: 'flex', - alignItems: 'center', }), header: css({ display: 'flex',