mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Fix rendering issue in adventure dropdown
This is a very simple patch fixing the rendering issue of the “Remove from collection” option in the adventure dropdown.- Together with #552, this should fix #539.
This commit is contained in:
parent
d7496df100
commit
49f7bf27e8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue