Fix long text on dropdown items (#157)

This commit is contained in:
mchev
2024-09-30 20:15:56 +02:00
committed by GitHub
parent c8c75a6aa7
commit dd98df1c77

View File

@@ -4,7 +4,7 @@
href="#" href="#"
:class="[ :class="[
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700', active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
'group flex items-center px-4 py-2 text-sm font-normal', 'group flex items-center px-4 py-2 text-sm font-normal whitespace-normal',
]" ]"
> >
<slot :active="active" /> <slot :active="active" />