We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0879078 commit 0a96a65Copy full SHA for 0a96a65
1 file changed
apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components/SingleTask.tsx
@@ -291,7 +291,7 @@ export function SingleTask({
291
variant="muted"
292
as="p"
293
onClick={startEditingDescription}
294
- style={{ cursor: 'pointer' }}
+ style={{ cursor: 'pointer', whiteSpace: 'pre-line' }}
295
>
296
{task.description || 'Add a description...'}
297
</Text>
0 commit comments