Skip to content

Commit db48d22

Browse files
committed
Fix broken word break styles
1 parent 365a0b5 commit db48d22

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/stylesheets/_variables.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ $search-box-border-color: #666;
100100
// These settings are probably best left alone.
101101

102102
%break-words {
103-
word-break: break-all;
104-
white-space: normal;
105-
106-
/* Non standard for webkit */
107-
word-break: break-word;
108-
109-
hyphens: auto;
103+
word-break: break-all;
104+
hyphens: auto;
110105
}

0 commit comments

Comments
 (0)