Skip to content

Commit

Permalink
fix comment overflow for chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriySmolin committed Jun 21, 2024
1 parent 4070c63 commit a659bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/comment/_comment.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="small text-muted ml-2">{{ $comment->parent->content }}</div>
</div>
@endif
<div class="my-2">{!! MarkdownHelper::text($comment->content) !!}</div>
<div class="my-2 text-break">{!! MarkdownHelper::text($comment->content) !!}</div>
<div>
@can('reply', $comment)
<button data-bs-toggle="modal" data-bs-target="#reply-modal-{{ $comment->id }}"
Expand Down

0 comments on commit a659bd6

Please sign in to comment.