diff --git a/app/modules/components/wysiwyg/wysiwyg.scss b/app/modules/components/wysiwyg/wysiwyg.scss index 4bfce409..ad20e9fd 100644 --- a/app/modules/components/wysiwyg/wysiwyg.scss +++ b/app/modules/components/wysiwyg/wysiwyg.scss @@ -78,6 +78,7 @@ } p { margin-bottom: 1rem; + max-width: 80rem; word-wrap: break-word; } .codehilite { diff --git a/app/modules/history/comments/comment.scss b/app/modules/history/comments/comment.scss index 7a526108..d3186c2f 100644 --- a/app/modules/history/comments/comment.scss +++ b/app/modules/history/comments/comment.scss @@ -156,6 +156,7 @@ } .comment-text { + max-width: 80rem; &.wysiwyg { margin-bottom: 0; padding: 0;