diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-10 20:02:06 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-11 21:33:18 -0400 |
commit | 1021067fc892782bae45f626603959e3d8f2c5bf (patch) | |
tree | ea5c61680168f2aee0e64afd8e8d5c123e57a15f /ext/css | |
parent | 093b4d1103b88791389b9ae7a53eabc86a5e0006 (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; } |