mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
BrowseDashboards: Fix alerts folder view cards not stacking correctly (#79162)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user