mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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