diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index 5fe64b1..6ecbf88 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -101,6 +101,7 @@ $search-box-border-color: #666; %break-words { word-break: break-all; + white-space: normal; /* Non standard for webkit */ word-break: break-word;