From 390b7d084e7aa5cc67c456c6c5ccfa852acb944a Mon Sep 17 00:00:00 2001 From: Seyaji <67058118+Seyaji@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:41:34 +0100 Subject: [PATCH] UX: angularPanelStyles to align correctly with OptionsPaneCategory #50839 --- .../grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts b/packages/grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts index adb3088ac45..022e8cc3595 100644 --- a/packages/grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts +++ b/packages/grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts @@ -25,6 +25,7 @@ export function getAgularPanelStyles(theme: GrafanaTheme2) { .panel-options-group__icon { color: ${theme.colors.text.secondary}; margin-right: ${theme.spacing(1)}; + padding: ${theme.spacing(0, 0.9, 0, 0.6)}; } .panel-options-group__title {