FIX: word-wrap missing from search

This commit is contained in:
Sam Saffron 2014-09-19 12:55:15 +10:00
parent c5e65cc6c8
commit 00776896f6
1 changed files with 1 additions and 0 deletions

View File

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