Merge pull request #874 from orus-io/purecss-compat

Purecss compat - force letter-spacing
This commit is contained in:
Sami Vänttinen 2020-04-27 14:59:13 +03:00 committed by GitHub
commit 1ef4543f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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

View file

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