From cf342f1933e34f3b92d36fdca85520cb854a24e6 Mon Sep 17 00:00:00 2001 From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:31:42 +0100 Subject: [PATCH] Alerting: Reduce number of scroll bars in rule group modal (#59725) Reduce number of scroll bars in rule group modal --- .../alerting/unified/components/rules/EditRuleGroupModal.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx b/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx index b55647a0878..466ba2a0431 100644 --- a/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx +++ b/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx @@ -451,8 +451,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ tableWrapper: css` margin-top: ${theme.spacing(2)}; margin-bottom: ${theme.spacing(2)}; - height: 225px; - overflow: auto; + height: 100%; `, evalRequiredLabel: css` font-size: ${theme.typography.bodySmall.fontSize};