Commit db48d226 authored by Robert Lord's avatar Robert Lord

Fix broken word break styles

parent 365a0b58
......@@ -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;
}
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