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 c57333e commit 0b01fabCopy full SHA for 0b01fab
src/View/Components/MenuItem.php
@@ -77,7 +77,7 @@ public function render(): View|Closure|string
77
<x-mary-icon :name="$icon" />
78
@endif
79
80
- <span class="mary-hideable whitespace-nowrap">
+ <span class="mary-hideable whitespace-nowrap truncate">
81
@if($title)
82
{{ $title }}
83
0 commit comments