Merge pull request #2274 from keepassxreboot/fix/autocomplete_menu_min_width

Fix setting Autocomplete Menu min-width
This commit is contained in:
Sami Vänttinen 2024-07-12 07:57:16 +03:00 committed by GitHub
commit 06b68918a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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