From 42ce9bd9f082f171e758b6c008e602bf2db37849 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 7 Dec 2023 10:32:43 +0000 Subject: [PATCH] BrowseDashboards: Fix alerts folder view cards not stacking correctly (#79162) --- public/app/features/alerting/unified/AlertsFolderView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/AlertsFolderView.tsx b/public/app/features/alerting/unified/AlertsFolderView.tsx index bb121f0f25d..c07a3e65fe4 100644 --- a/public/app/features/alerting/unified/AlertsFolderView.tsx +++ b/public/app/features/alerting/unified/AlertsFolderView.tsx @@ -86,7 +86,7 @@ export const AlertsFolderView = ({ folder }: Props) => { /> - + {pageItems.map((currentRule) => (