mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
CloudWatch: Decrease log group picker viewport size (#60891)
decreasing viewport height
This commit is contained in:
@@ -34,7 +34,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
}),
|
||||
|
||||
tableScroller: css({
|
||||
maxHeight: '50vh',
|
||||
maxHeight: '40vh',
|
||||
overflow: 'auto',
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user