Skip to content

Commit 8846c43

Browse files
committed
Fix overflow
1 parent 184aab3 commit 8846c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<div class="flex w-full md:w-1/3">
122122
<div class="flex flex-col flex-grow justify-between bg-white p-4 border rounded m-2">
123123
<a href="{{ route('thread', $latestThread->slug()) }}">
124-
<h3 class="text-2xl text-gray-800 mb-8">
124+
<h3 class="text-2xl text-gray-800 mb-8 break-all">
125125
{{ $latestThread->subject() }}
126126
</h3>
127127
</a>

0 commit comments

Comments
 (0)