mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1598 from keepassxreboot/fix/force_text_align_with_autocomplete
Force text-align with Autocomplete Menu items
This commit is contained in:
commit
7b9d203b85
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue