Skip to content

Commit 184aab3

Browse files
joedixondriesvints
authored andcommitted
Add line breaks
1 parent 97fd357 commit 184aab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/forum/overview.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
@foreach ($threads as $thread)
2020
<div class="thread-card">
2121
<a href="{{ route('thread', $thread->slug()) }}">
22-
<h4 class="flex justify-between text-xl font-bold text-gray-900">
22+
<h4 class="flex justify-between text-xl font-bold text-gray-900 break-all">
2323
{{ $thread->subject() }}
2424
<span class="text-base font-normal">
2525
<x-heroicon-s-chat class="inline text-gray-500 h-5 w-5 mr-1"/>
2626
{{ count($thread->replies()) }}
2727
</span>
2828
</h4>
29-
<p class="text-gray-600">{!! $thread->excerpt() !!}</p>
29+
<p class="text-gray-600 break-all">{!! $thread->excerpt() !!}</p>
3030
</a>
3131

3232
<div class="flex flex-col justify-between md:flex-row md:items-center text-sm pt-5">

0 commit comments

Comments
 (0)