CloudWatch: Decrease log group picker viewport size (#60891)

decreasing viewport height
This commit is contained in:
Erik Sundell
2023-01-03 11:22:55 +01:00
committed by GitHub
parent 5576a4488d
commit 5bceff971d

View File

@@ -34,7 +34,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
}),
tableScroller: css({
maxHeight: '50vh',
maxHeight: '40vh',
overflow: 'auto',
}),