Skip to content

Commit

Permalink
feat: improve layout and spacing for Alerts section
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi4444 committed Nov 6, 2024
1 parent 9556032 commit 13dfdcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ export default function Sidebar() {
))}
</ListboxSection>
</Listbox>
<div className="px-2 pt-2">
<span className="text-xs font-medium text-foreground-500">Alerts</span>
<AlertsMenu variant="inside" />
<div className="p-1 w-full">
<span className="text-xs text-foreground-500 pl-1">Alerts</span>
<div className="pt-1">
<AlertsMenu variant="inside" />
</div>
</div>
</CardBody>
<CardFooter className="flex flex-col items-start">
Expand Down

0 comments on commit 13dfdcf

Please sign in to comment.