Skip to content

Commit 8de2f3b

Browse files
Merge pull request #73 from linked-planet/book-card-width-fixes
border box model at card body entry
2 parents e4eb0af + 48734ec commit 8de2f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/components/BookCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ const CardBodyEntry = ({
389389
}) => (
390390
<div
391391
className={twMerge(
392-
"flex w-full flex-1 flex-col items-baseline overflow-hidden text-sm",
392+
"flex w-full box-border flex-1 flex-col items-baseline overflow-hidden text-sm",
393393
className,
394394
)}
395395
id={id}

0 commit comments

Comments
 (0)