From a6634ec45d24889d07ed8243b2c7cdc98ac6a115 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 13 Apr 2023 16:36:08 -0700 Subject: [PATCH] Update bskyweb html styles --- bskyweb/templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 05c9beccee..28b92958ef 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -69,11 +69,19 @@ 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; min-height: 140px; } + .ProseMirror-dark { + color: white; + } .ProseMirror p { margin: 0; }