From db48d22661d0c0651a69748118894c3d20fe1701 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sun, 31 Jan 2016 12:41:11 -0600 Subject: [PATCH] Fix broken word break styles --- source/stylesheets/_variables.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index 6ecbf88..029862b 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -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; }