Skip to content

Commit

Permalink
fix(www): min width for mail example (#4437)
Browse files Browse the repository at this point in the history
Co-authored-by: Jai Prakash Kaushik <jaiprakash02082001@gmail.com>
Co-authored-by: shadcn <m@shadcn.com>
  • Loading branch information
3 people authored Aug 3, 2024
1 parent 6cc3890 commit e42f55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/(app)/examples/mail/components/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function Mail({
</Tabs>
</ResizablePanel>
<ResizableHandle withHandle />
<ResizablePanel defaultSize={defaultLayout[2]}>
<ResizablePanel defaultSize={defaultLayout[2]} minSize={30}>
<MailDisplay
mail={mails.find((item) => item.id === mail.selected) || null}
/>
Expand Down

0 comments on commit e42f55f

Please sign in to comment.