Fix broken word break styles

This commit is contained in:
Robert Lord 2016-01-31 12:41:11 -06:00
parent 365a0b58ea
commit db48d22661

View file

@ -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;
}