forked from AkkomaGang/akkoma-fe
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:
parent
4ea0db5cb1
commit
229c65959e
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ $status-margin: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-el {
|
.status-el {
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Reference in a new issue