Skip to content

Commit

Permalink
Update _text.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 24, 2020
1 parent 4617492 commit e501897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/_text.scss
Expand Up @@ -63,7 +63,7 @@
.text-decoration-none { text-decoration: none !important; }

.text-break {
word-break: break-word !important; // we use deprecated `word-break: break-word` to avoid issues with flex containers
word-break: break-word !important; // we use the deprecated `word-break: break-word` to avoid issues with flex containers
word-wrap: break-word !important; // we use `word-wrap` instead of the more common `overflow-wrap` for support IE & Edge Legacy
}

Expand Down

0 comments on commit e501897

Please sign in to comment.