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

@ -101,10 +101,5 @@ $search-box-border-color: #666;
%break-words {
word-break: break-all;
white-space: normal;
/* Non standard for webkit */
word-break: break-word;
hyphens: auto;
}