mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Reduce number of scroll bars in rule group modal (#59725)
Reduce number of scroll bars in rule group modal
This commit is contained in:
parent
341d7b01ee
commit
cf342f1933
@ -451,8 +451,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
tableWrapper: css`
|
tableWrapper: css`
|
||||||
margin-top: ${theme.spacing(2)};
|
margin-top: ${theme.spacing(2)};
|
||||||
margin-bottom: ${theme.spacing(2)};
|
margin-bottom: ${theme.spacing(2)};
|
||||||
height: 225px;
|
height: 100%;
|
||||||
overflow: auto;
|
|
||||||
`,
|
`,
|
||||||
evalRequiredLabel: css`
|
evalRequiredLabel: css`
|
||||||
font-size: ${theme.typography.bodySmall.fontSize};
|
font-size: ${theme.typography.bodySmall.fontSize};
|
||||||
|
Loading…
Reference in New Issue
Block a user