From b3a44649cebaf36e04e5f6c991991c6ffe109ae7 Mon Sep 17 00:00:00 2001 From: Misi Date: Tue, 10 Jan 2023 10:43:02 +0100 Subject: [PATCH] RolePicker: Align groupHeader to the list items horizontally (#61060) RolePicker: align groupHeader to the list items horizontally --- public/app/core/components/RolePicker/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};