Skip to content

Commit 4380919

Browse files
style(SingleTask): change text wrapping from break-all to break-words (#2132)
Co-authored-by: Tofik Hasanov <annexcies@gmail.com> Co-authored-by: Tofik Hasanov <72318342+tofikwest@users.noreply.github.com>
1 parent 80489af commit 4380919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components

apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components/SingleTask.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export function SingleTask({
362362
<TaskAutomationStatusBadge status={task.automationStatus} />
363363
</div>
364364
{task.description && (
365-
<p className="text-sm text-muted-foreground leading-relaxed whitespace-pre-wrap break-all">
365+
<p className="text-sm text-muted-foreground leading-relaxed whitespace-pre-wrap break-words">
366366
{task.description}
367367
</p>
368368
)}

0 commit comments

Comments
 (0)