Skip to content

Commit

Permalink
fix: fixing a layout bug when sometimes the sidebar of dashboard is s…
Browse files Browse the repository at this point in the history
…tretching too much
  • Loading branch information
arielconti10 committed Feb 7, 2024
1 parent 9a840c2 commit 7bc49c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zipper.dev/src/components/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function Dashboard() {
alignItems="start"
gap={{ base: 10, xl: 16 }}
>
<VStack flex={1} minW={320} alignItems="stretch">
<VStack flex={1} maxW={320} alignItems="stretch">
<HStack pb="4">
<Heading as="h6" fontWeight={400}>
Applets
Expand Down

0 comments on commit 7bc49c4

Please sign in to comment.