Merge task: Increase amount of description shown into main
This commit is contained in:
@@ -565,7 +565,7 @@ export function TaskDetailsPanel({
|
||||
className={`text-sm whitespace-pre-wrap ${
|
||||
!isDescriptionExpanded &&
|
||||
task.description.length > 200
|
||||
? "line-clamp-3"
|
||||
? "line-clamp-6"
|
||||
: ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user