diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index 6ecbf88..029862b 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -100,11 +100,6 @@ $search-box-border-color: #666; // These settings are probably best left alone. %break-words { - word-break: break-all; - white-space: normal; - - /* Non standard for webkit */ - word-break: break-word; - - hyphens: auto; + word-break: break-all; + hyphens: auto; }