Merge pull request #1598 from keepassxreboot/fix/force_text_align_with_autocomplete

Force text-align with Autocomplete Menu items
This commit is contained in:
Sami Vänttinen 2022-04-10 14:59:01 +03:00 committed by GitHub
commit 7b9d203b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@
letter-spacing: normal !important;
word-spacing: normal !important;
text-rendering: auto !important;
text-align: start !important;
}
.kpxcAutocomplete-items div:last-child {