about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-06 17:12:48 -0500
committerGitHub <noreply@github.com>2023-04-06 17:12:48 -0500
commit7c99df33adb722ec207d24a9caf7292a95b75154 (patch)
tree2eae8e0fc426cdffbd7b9afe0c69983011aed4c0 /web
parent1fa9402453d4de5577d4f7fdb0b4d807121d033c (diff)
downloadvoidsky-7c99df33adb722ec207d24a9caf7292a95b75154.tar.zst
Fix to post overflow on web (close #395) (#407)
Diffstat (limited to 'web')
-rw-r--r--web/index.html5
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;