Task attempt b143daf7-41a9-43ec-8fc4-7686ff4fef61 - Final changes

This commit is contained in:
Louis Knight-Webb
2025-06-24 10:42:00 +01:00
parent 491eb9e73e
commit 33ddc14aa3

View File

@@ -565,7 +565,7 @@ export function TaskDetailsPanel({
className={`text-sm whitespace-pre-wrap ${ className={`text-sm whitespace-pre-wrap ${
!isDescriptionExpanded && !isDescriptionExpanded &&
task.description.length > 200 task.description.length > 200
? "line-clamp-3" ? "line-clamp-9"
: "" : ""
}`} }`}
> >