(cherry picked from commit 6f8cfc6def)
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
This commit is contained in:
co-authored by
Alexander Zobnin
parent
80945956aa
commit
0f426e7a8c
@@ -111,7 +111,7 @@ const getRolePickerInputStyles = (
|
||||
`,
|
||||
disabled && styles.inputDisabled,
|
||||
css`
|
||||
min-width: 260px;
|
||||
min-width: 520px;
|
||||
min-height: 32px;
|
||||
height: auto;
|
||||
flex-direction: row;
|
||||
|
||||
@@ -564,7 +564,7 @@ export const getStyles = (theme: GrafanaTheme2) => {
|
||||
`,
|
||||
menuOptionBody: css`
|
||||
font-weight: ${theme.typography.fontWeightRegular};
|
||||
padding: ${theme.spacing(0, 1, 0, 0)};
|
||||
padding: ${theme.spacing(0, 1.5, 0, 0)};
|
||||
`,
|
||||
menuOptionDisabled: css`
|
||||
color: ${theme.colors.text.disabled};
|
||||
|
||||
Reference in New Issue
Block a user