Skip to content

Commit

Permalink
Update .text-break for wider browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 30, 2020
1 parent 9b1a1d0 commit fc7d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/_text.scss
Expand Up @@ -64,7 +64,7 @@

.text-break {
word-break: break-word !important; // IE & < Edge 18
overflow-wrap: break-word !important;
word-wrap: break-word !important;
}

// Reset
Expand Down

0 comments on commit fc7d5a3

Please sign in to comment.