Commit 5c87f103 authored by Robert Lord's avatar Robert Lord

Fix non-wrapping code in firefox

parent ccd158df
...@@ -101,6 +101,7 @@ $search-box-border-color: #666; ...@@ -101,6 +101,7 @@ $search-box-border-color: #666;
%break-words { %break-words {
word-break: break-all; word-break: break-all;
white-space: normal;
/* Non standard for webkit */ /* Non standard for webkit */
word-break: break-word; word-break: break-word;
......
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