Skip to content

Commit

Permalink
Merge pull request #1640 from DmitriySmolin/bugfix/HS-1628-сomment-ov…
Browse files Browse the repository at this point in the history
…erflow

[#1628] fix comment overflow for chapters
  • Loading branch information
fey authored Jun 24, 2024
2 parents f02ff45 + a659bd6 commit c6982b6
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 c6982b6

Please sign in to comment.