Commit db48d226 authored by Robert Lord's avatar Robert Lord

Fix broken word break styles

parent 365a0b58
...@@ -101,10 +101,5 @@ $search-box-border-color: #666; ...@@ -101,10 +101,5 @@ $search-box-border-color: #666;
%break-words { %break-words {
word-break: break-all; word-break: break-all;
white-space: normal;
/* Non standard for webkit */
word-break: break-word;
hyphens: auto; hyphens: auto;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment