From 7247fa62f71671fce1788b65ed4cb67297eb52ba Mon Sep 17 00:00:00 2001 From: "Markus T." <19794318+marcus-wishes@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:54:57 +0100 Subject: [PATCH] book card header and entry width --- library/src/components/BookCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/src/components/BookCard.tsx b/library/src/components/BookCard.tsx index 934f6684..e4f7ca52 100644 --- a/library/src/components/BookCard.tsx +++ b/library/src/components/BookCard.tsx @@ -113,7 +113,7 @@ const CardHeader = ({ }) => (
{ const _className = twMerge( - "mt-0 w-full truncate text-start text-xl font-medium", + "mt-0 truncate text-start text-xl font-medium", className, ) @@ -205,7 +205,7 @@ const CardHeaderSubtitle = ({ id?: string }) => { const _className = twMerge( - "text-text-subtlest mt-1 w-full flex-1 justify-start truncate text-start text-sm font-semibold", + "text-text-subtlest mt-1 flex-1 justify-start truncate text-start text-sm font-semibold", className, ) if (typeof children === "string") {