Skip to content

Commit d297655

Browse files
ListItem: remove unnecessary w-0 (#1032)
1 parent dfa6aca commit d297655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Components/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function render(): View|Closure|string
6969
@endif
7070
7171
<!-- CONTENT -->
72-
<div class="flex-1 overflow-hidden whitespace-nowrap text-ellipsis truncate w-0 mary-hideable">
72+
<div class="flex-1 overflow-hidden whitespace-nowrap text-ellipsis truncate mary-hideable">
7373
@if($link)
7474
<a href="{{ $link }}" wire:navigate>
7575
@endif

0 commit comments

Comments
 (0)