1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

Merge pull request #566 from lkiesow/dropdown-size

Fix rendering issue in adventure dropdown
This commit is contained in:
Sean Morley 2025-04-18 11:48:39 -04:00 committed by GitHub
commit 64377c0300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,7 +196,7 @@
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<ul
tabindex="0"
class="dropdown-content menu bg-base-100 rounded-box z-[1] w-52 p-2 shadow"
class="dropdown-content menu bg-base-100 rounded-box z-[1] w-64 p-2 shadow"
>
<button
class="btn btn-neutral mb-2"