diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-06 17:12:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 17:12:48 -0500 |
commit | 7c99df33adb722ec207d24a9caf7292a95b75154 (patch) | |
tree | 2eae8e0fc426cdffbd7b9afe0c69983011aed4c0 /web | |
parent | 1fa9402453d4de5577d4f7fdb0b4d807121d033c (diff) | |
download | voidsky-7c99df33adb722ec207d24a9caf7292a95b75154.tar.zst |
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 9e05b516b..35ade49c1 100644 --- a/web/index.html +++ b/web/index.html @@ -72,6 +72,11 @@ text-decoration: underline; } + /* Styling hacks */ + *[data-word-wrap] { + word-break: break-word; + } + /* ProseMirror */ .ProseMirror { font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |