Skip to content

Commit

Permalink
style: white space for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Mar 19, 2024
1 parent 103862d commit e17ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QuizComments/QuizComments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function QuizComments() {
</Popover>
)}
</div>
<Typography>{text}</Typography>
<Typography className="whitespace-pre-line">{text}</Typography>
</div>
))
)}
Expand Down

0 comments on commit e17ea14

Please sign in to comment.