diff --git a/assets/trix/stylesheets/content.scss b/assets/trix/stylesheets/content.scss index 82a0ba7be..2d992eed3 100644 --- a/assets/trix/stylesheets/content.scss +++ b/assets/trix/stylesheets/content.scss @@ -4,6 +4,8 @@ $quote-padding-start: 0.6em; .trix-content { line-height: 1.5; + overflow-wrap: break-word; + word-break: break-word; * { box-sizing: border-box;