Skip to content

Commit

Permalink
Merge pull request #1126 from basecamp/default-word-break
Browse files Browse the repository at this point in the history
Add default word-break to trix-content
  • Loading branch information
Alberto Fernández-Capel authored Jan 30, 2024
2 parents 98f7d67 + 4304192 commit cadc7bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/trix/stylesheets/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cadc7bb

Please sign in to comment.