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

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