From 16b472250ba56969f13509a23e50ddc2f2357ff2 Mon Sep 17 00:00:00 2001 From: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com> Date: Thu, 15 May 2025 16:07:46 +0100 Subject: [PATCH] [release-11.6.2] Dashboards: Remove panel edit override broken styles (#105476) Dashboards: Remove panel edit override broken styles (#102054) remove panel edit override styles causing issues (cherry picked from commit 270700c8908235694b6c3882c5a07a1599d4041a) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> --- .../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 623bf612880..741257ea721 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx @@ -169,9 +169,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',