We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80489af commit 4380919Copy full SHA for 4380919
1 file changed
apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components/SingleTask.tsx
@@ -362,7 +362,7 @@ export function SingleTask({
362
<TaskAutomationStatusBadge status={task.automationStatus} />
363
</div>
364
{task.description && (
365
- <p className="text-sm text-muted-foreground leading-relaxed whitespace-pre-wrap break-all">
+ <p className="text-sm text-muted-foreground leading-relaxed whitespace-pre-wrap break-words">
366
{task.description}
367
</p>
368
)}
0 commit comments