mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BrowseDashboards: Fix alerts folder view cards not stacking correctly (#79162)
This commit is contained in:
parent
6a02863cc9
commit
42ce9bd9f0
@ -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…
Reference in New Issue
Block a user