fix: make overflow menu auto-width to prevent text wrapping
All checks were successful
check / check (push) Successful in 22s
All checks were successful
check / check (push) Successful in 22s
This commit is contained in:
@@ -315,7 +315,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
id="more-menu-dropdown"
|
id="more-menu-dropdown"
|
||||||
class="hidden absolute right-0 top-full mt-1 border border-border bg-bg z-50 min-w-[10rem]"
|
class="hidden absolute right-0 top-full mt-1 border border-border bg-bg z-50 whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
id="btn-export-privkey"
|
id="btn-export-privkey"
|
||||||
|
|||||||
Reference in New Issue
Block a user