mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #874 from orus-io/purecss-compat
Purecss compat - force letter-spacing
This commit is contained in:
commit
1ef4543f95
2 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
width: auto;
|
||||
color: var(--kpxc-text-color);
|
||||
font-size: .9em !important;
|
||||
letter-spacing: normal !important;
|
||||
word-spacing: normal !important;
|
||||
text-rendering: auto !important;
|
||||
}
|
||||
|
||||
.kpxcAutocomplete-items div:last-child {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
cursor: pointer;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
letter-spacing: normal !important;
|
||||
word-spacing: normal !important;
|
||||
text-rendering: auto !important;
|
||||
margin: 0px auto;
|
||||
margin-bottom: 20px;
|
||||
padding: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue