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:
Sonia Aguilar 2022-12-09 12:31:42 +01:00 committed by GitHub
parent 341d7b01ee
commit cf342f1933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -451,8 +451,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
tableWrapper: css`
margin-top: ${theme.spacing(2)};
margin-bottom: ${theme.spacing(2)};
height: 225px;
overflow: auto;
height: 100%;
`,
evalRequiredLabel: css`
font-size: ${theme.typography.bodySmall.fontSize};