mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Role picker: extend width to prevent menu being out of page (#42047)
This commit is contained in:
parent
037fd9cc8c
commit
6f8cfc6def
@ -111,7 +111,7 @@ const getRolePickerInputStyles = (
|
|||||||
`,
|
`,
|
||||||
disabled && styles.inputDisabled,
|
disabled && styles.inputDisabled,
|
||||||
css`
|
css`
|
||||||
min-width: 260px;
|
min-width: 520px;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
height: auto;
|
height: auto;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -564,7 +564,7 @@ export const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
`,
|
`,
|
||||||
menuOptionBody: css`
|
menuOptionBody: css`
|
||||||
font-weight: ${theme.typography.fontWeightRegular};
|
font-weight: ${theme.typography.fontWeightRegular};
|
||||||
padding: ${theme.spacing(0, 1, 0, 0)};
|
padding: ${theme.spacing(0, 1.5, 0, 0)};
|
||||||
`,
|
`,
|
||||||
menuOptionDisabled: css`
|
menuOptionDisabled: css`
|
||||||
color: ${theme.colors.text.disabled};
|
color: ${theme.colors.text.disabled};
|
||||||
|
Loading…
Reference in New Issue
Block a user