BrowseDashboards: Fix alerts folder view cards not stacking correctly (#79162)

pull/78319/head
Josh Hunt 1 year ago committed by GitHub
parent 6a02863cc9
commit 42ce9bd9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/alerting/unified/AlertsFolderView.tsx

@ -86,7 +86,7 @@ export const AlertsFolderView = ({ folder }: Props) => {
/>
</Stack>
<Stack gap={1}>
<Stack direction="column" gap={1}>
{pageItems.map((currentRule) => (
<Card
key={currentRule.name}

Loading…
Cancel
Save