diff --git a/public/app/core/components/RolePicker/styles.ts b/public/app/core/components/RolePicker/styles.ts index 901c21d5202..f38b21356b1 100644 --- a/public/app/core/components/RolePicker/styles.ts +++ b/public/app/core/components/RolePicker/styles.ts @@ -41,7 +41,7 @@ export const getStyles = (theme: GrafanaTheme2) => { border-left: unset; `, groupHeader: css` - padding: ${theme.spacing(0, 4)}; + padding: ${theme.spacing(0, 4.5)}; display: flex; align-items: center; color: ${theme.colors.text.primary};