mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Fix long text on dropdown items (#157)
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user