From 5bceff971d1bd9fe7c25498c3f08b70085a695ef Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 3 Jan 2023 11:22:55 +0100 Subject: [PATCH] CloudWatch: Decrease log group picker viewport size (#60891) decreasing viewport height --- public/app/plugins/datasource/cloudwatch/components/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }),