From 5c87f10383da3c942dbefc2630b1dd2c6d82efbe Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 27 Jan 2016 00:53:24 -0600 Subject: [PATCH] Fix non-wrapping code in firefox --- source/stylesheets/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index 5fe64b1..6ecbf88 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -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;