Remove auto-hyphenation

Auto-hyphenation has terrible heuristics on all browsers, disable it.

Source: https://justmarkup.com/articles/2019-01-28-a-look-at-css-hyphenation-in-2019/
This commit is contained in:
Senko-san 2019-05-20 00:43:35 +01:00
parent 4ea0db5cb1
commit 229c65959e

View file

@ -257,7 +257,6 @@ $status-margin: 0.75em;
}
.status-el {
hyphens: auto;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;