Skip to content

Commit 9d17623

Browse files
Merge pull request #75 from linked-planet/book-card-width-fixes
Page gets flex-1
2 parents ece313e + 7778c71 commit 9d17623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/layouting/PageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Page = ({
1313
}) => (
1414
<div
1515
className={twMerge(
16-
"flex h-full min-h-0 w-full flex-col overflow-hidden",
16+
"flex h-full flex-1 min-h-0 w-full flex-col overflow-hidden",
1717
className,
1818
)}
1919
id={id}

0 commit comments

Comments
 (0)