Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent 1f1ad87 commit 0a34960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/email/src/components/email-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EmailLayout: React.FC = () => {
};

return (
<div className="flex flex-col h-full w-full flex-1">
<div className="flex flex-col h-full w-full flex-1 ">
<EmailViewer onReply={handleReply} />

<NewEmail replyTo={replyTo} />
Expand Down

0 comments on commit 0a34960

Please sign in to comment.