fix: replace truncate with break-all

This commit is contained in:
Mika Andrianarijaona
2026-01-20 17:13:14 +01:00
parent a33c6bcce4
commit 36f082f12a

View File

@@ -419,7 +419,7 @@ export const ShowProjects = () => {
) : null} ) : null}
<CardHeader> <CardHeader>
<CardTitle className="flex items-center justify-between gap-2"> <CardTitle className="flex items-center justify-between gap-2">
<span className="flex flex-col gap-1.5 truncate"> <span className="flex flex-col gap-1.5 ">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<BookIcon className="size-4 text-muted-foreground" /> <BookIcon className="size-4 text-muted-foreground" />
<span className="text-base font-medium leading-none"> <span className="text-base font-medium leading-none">
@@ -427,7 +427,7 @@ export const ShowProjects = () => {
</span> </span>
</div> </div>
<span className="text-sm font-medium text-muted-foreground"> <span className="text-sm font-medium text-muted-foreground break-all">
{project.description} {project.description}
</span> </span>
</span> </span>