Skip to content

Commit

Permalink
.text-break fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jan 23, 2020
1 parent 0d1aee6 commit 3afe9b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/utilities/_text.scss
Expand Up @@ -63,8 +63,7 @@
.text-decoration-none { text-decoration: none !important; }

.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 3afe9b1

Please sign in to comment.