Skip to content

Commit

Permalink
Merge pull request #75 from linked-planet/book-card-width-fixes
Browse files Browse the repository at this point in the history
Page gets flex-1
  • Loading branch information
marcus-wishes authored Nov 12, 2024
2 parents ece313e + 7778c71 commit 9d17623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/layouting/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Page = ({
}) => (
<div
className={twMerge(
"flex h-full min-h-0 w-full flex-col overflow-hidden",
"flex h-full flex-1 min-h-0 w-full flex-col overflow-hidden",
className,
)}
id={id}
Expand Down

0 comments on commit 9d17623

Please sign in to comment.