Merge pull request #2269 from keepassxreboot/fix/line_height_on_autocomplete_menu

Fix line height with the new Autocomplete Menu
This commit is contained in:
Sami Vänttinen 2024-07-07 14:32:21 +03:00 committed by GitHub
commit e6528cac54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@
color: var(--kpxc-text-color);
cursor: pointer;
letter-spacing: normal !important;
line-height: 1.25em;
padding: 12px;
text-align: start !important;
text-rendering: auto !important;