diff options
| author | Senko-san <senko-san@iscute.moe> | 2019-05-20 00:43:35 +0100 |
|---|---|---|
| committer | Senko-san <senko-san@iscute.moe> | 2019-05-20 00:43:35 +0100 |
| commit | 229c65959eb776b7028b51492e3ead03abcfeff1 (patch) | |
| tree | da7a0d75ff82ae6cb9fdc25984164d1b9d1834f7 | |
| parent | 4ea0db5cb1cc89dcbfb59982659a3d2771541391 (diff) | |
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/
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 997c1b31..53dfb9e7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -257,7 +257,6 @@ $status-margin: 0.75em; } .status-el { - hyphens: auto; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; |
