We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184aab3 commit 8846c43Copy full SHA for 8846c43
resources/views/home.blade.php
@@ -121,7 +121,7 @@
121
<div class="flex w-full md:w-1/3">
122
<div class="flex flex-col flex-grow justify-between bg-white p-4 border rounded m-2">
123
<a href="{{ route('thread', $latestThread->slug()) }}">
124
- <h3 class="text-2xl text-gray-800 mb-8">
+ <h3 class="text-2xl text-gray-800 mb-8 break-all">
125
{{ $latestThread->subject() }}
126
</h3>
127
</a>
0 commit comments