From 00776896f67ae60ee267b7ff17a00fd4819e4849 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Fri, 19 Sep 2014 12:55:15 +1000 Subject: [PATCH] FIX: word-wrap missing from search --- app/assets/stylesheets/desktop/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index b971475eef4..b0821a9bcaa 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -56,6 +56,7 @@ and (max-width : 570px) { .search-link .blurb { color: scale-color($primary, $lightness: 45%); display: block; + word-wrap: break-word; font-size: 11px; .search-highlight { color: scale-color($primary, $lightness: 25%);