diff --git a/public/app/plugins/datasource/cloudwatch/components/styles.ts b/public/app/plugins/datasource/cloudwatch/components/styles.ts index 1903d570845..7aebe20cce2 100644 --- a/public/app/plugins/datasource/cloudwatch/components/styles.ts +++ b/public/app/plugins/datasource/cloudwatch/components/styles.ts @@ -34,7 +34,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ }), tableScroller: css({ - maxHeight: '50vh', + maxHeight: '40vh', overflow: 'auto', }),