Skip to content

Commit 48734ec

Browse files
committed
border box model at card body entry
1 parent 7247fa6 commit 48734ec

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)