mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RolePicker: Align groupHeader to the list items horizontally (#61060)
RolePicker: align groupHeader to the list items horizontally
This commit is contained in:
parent
b5b13975d6
commit
b3a44649ce
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user