Skip to content

Commit

Permalink
fix: add foxed height to email details pane
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 26, 2023
1 parent d98b783 commit 685c13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/popup/components/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function HomeComponent() {
/>
)}
</div>
<div className="columns-[350px]">
<div className="columns-[350px] h-[345px]">
{isLoading ? (
<LoadingComponent />
) : (
Expand Down

0 comments on commit 685c13a

Please sign in to comment.