Skip to content

Commit b69c078

Browse files
simonhampclaude
andcommitted
Fix plugin description overflow on Ultra benefits page
Add min-w-0 to the text container so long descriptions are properly truncated by line-clamp instead of causing horizontal scroll. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b0f57f commit b69c078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/customer/ultra/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</div>
150150
@endif
151151
</div>
152-
<div>
152+
<div class="min-w-0">
153153
<a href="{{ route('plugins.show', $plugin->routeParams()) }}" class="font-medium text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">
154154
{{ $plugin->name }}
155155
</a>

0 commit comments

Comments
 (0)