fix: make overflow menu auto-width to prevent text wrapping
All checks were successful
check / check (push) Successful in 22s

This commit is contained in:
user
2026-02-28 04:39:45 -08:00
parent 91c3b4e394
commit 68bd909345

View File

@@ -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"