diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-10 20:02:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 20:02:06 -0400 |
commit | de57d7382620bf7a208d5b668ee73d0fc726b334 (patch) | |
tree | ba58aec669e435c0b21c7a77344a255c821718d1 /ext/css | |
parent | 892b908615553bc2a55dd95ba097217e1bd6d66c (diff) |
Improve overflow wrap (#1663)
Diffstat (limited to 'ext/css')
-rw-r--r-- | ext/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/css/settings.css b/ext/css/settings.css index b7598121..2b0d5e8e 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -2310,8 +2310,8 @@ input[type=number].dictionary-priority { .no-wrap { white-space: nowrap; } -.overflow-wrap-anywhere { - overflow-wrap: anywhere; +.overflow-wrap { + word-break: break-all; } |