Skip to content

Commit 1ff124a

Browse files
committed
Add word-break rules
1 parent 90b5ce5 commit 1ff124a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_sass/_06_typography.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ p {
5252
-moz-hyphens: auto;
5353
-ms-hyphens: auto;
5454
hyphens: auto;
55+
-ms-word-break: break-all;
56+
/* Non standard for webkit */
57+
word-break: break-word;
5558
}
5659
p a,
5760
article a {

0 commit comments

Comments
 (0)