diff options
-rw-r--r-- | bskyweb/templates/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 05c9becce..28b92958e 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; } |