Skip to content

Commit

Permalink
Update comment content display to break words
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortiix85 committed Jan 21, 2024
1 parent 55781ed commit 967ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/task/commentary.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</div>
</div>
<div class="text-sm">
{{$comment->content}}
<p class="break-all">{{$comment->content}}</p>
</div>
</div>

0 comments on commit 967ee50

Please sign in to comment.