RolePicker: Align groupHeader to the list items horizontally (#61060)

RolePicker: align groupHeader to the list items horizontally
This commit is contained in:
Misi 2023-01-10 10:43:02 +01:00 committed by GitHub
parent b5b13975d6
commit b3a44649ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};