fix: make overflow menu auto-width to prevent text wrapping

This commit is contained in:
user
2026-02-28 04:39:45 -08:00
parent a095c2b74f
commit f8db0e4cd5

View File

@@ -373,7 +373,7 @@
</button>
<div
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
id="btn-export-privkey"