From 7c99df33adb722ec207d24a9caf7292a95b75154 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 6 Apr 2023 17:12:48 -0500 Subject: Fix to post overflow on web (close #395) (#407) --- web/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web') 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; -- cgit 1.4.1