This commit is contained in:
Torkel Ödegaard
2025-12-10 16:38:09 +01:00
parent 176320a30b
commit 1b83f5c410
@@ -122,7 +122,7 @@ const getStyles = (theme: GrafanaTheme2, menuDockedAndOpen: boolean) => ({
gap: theme.spacing(2),
alignItems: 'center',
padding: theme.spacing(0, 1),
paddingLeft: menuDockedAndOpen ? theme.spacing(3.5) : theme.spacing(0.75),
paddingLeft: menuDockedAndOpen ? theme.spacing(2) : theme.spacing(0.75),
borderBottom: `1px solid ${theme.colors.border.weak}`,
justifyContent: 'space-between',
}),