mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2274 from keepassxreboot/fix/autocomplete_menu_min_width
Fix setting Autocomplete Menu min-width
This commit is contained in:
commit
06b68918a4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1em;
|
||||
min-width: 16rem;
|
||||
min-width: 16em;
|
||||
overflow: hidden; /* Prevent the content from bleeding over the border radius. */
|
||||
padding: 6px;
|
||||
position: absolute !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue