Fix non-wrapping code in firefox

This commit is contained in:
Robert Lord 2016-01-27 00:53:24 -06:00
parent ccd158df4f
commit 5c87f10383

View file

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