Fix to post overflow on web (close #395) (#407)

This commit is contained in:
Paul Frazee 2023-04-06 17:12:48 -05:00 committed by GitHub
parent 1fa9402453
commit 7c99df33ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View file

@ -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;