Skip to content

Commit

Permalink
fix(typography): Update wordBreak to use break-all
Browse files Browse the repository at this point in the history
so that it works on firefox and safari
  • Loading branch information
lzcabrera committed Dec 19, 2017
1 parent 2346c56 commit 370e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Typography.modules.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.wordBreak {
word-break: normal;
word-break: break-all;
hyphens: auto;
}

0 comments on commit 370e834

Please sign in to comment.