style: increase width of dropdown menu for better usability

This commit is contained in:
Łukasz Pękala 2025-04-01 09:16:33 +02:00
parent 04799f1f95
commit b8b7e59ea0

View File

@ -163,7 +163,7 @@
<div slot="content">
<DropdownMenu.Content
class="w-full max-w-[200px] rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg"
class="w-full max-w-[240px] rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg"
sideOffset={8}
side="bottom"
align="end"