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.
w-0
1 parent dfa6aca commit d297655Copy full SHA for d297655
src/View/Components/ListItem.php
@@ -69,7 +69,7 @@ public function render(): View|Closure|string
69
@endif
70
71
<!-- CONTENT -->
72
- <div class="flex-1 overflow-hidden whitespace-nowrap text-ellipsis truncate w-0 mary-hideable">
+ <div class="flex-1 overflow-hidden whitespace-nowrap text-ellipsis truncate mary-hideable">
73
@if($link)
74
<a href="{{ $link }}" wire:navigate>
75
0 commit comments