diff --git a/keepassxc-browser/css/autocomplete.css b/keepassxc-browser/css/autocomplete.css index a532e1e..53b9191 100644 --- a/keepassxc-browser/css/autocomplete.css +++ b/keepassxc-browser/css/autocomplete.css @@ -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 { diff --git a/keepassxc-browser/css/notification.css b/keepassxc-browser/css/notification.css index 0fda0f7..1bb815f 100644 --- a/keepassxc-browser/css/notification.css +++ b/keepassxc-browser/css/notification.css @@ -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;