FIX: word-wrap missing from search
This commit is contained in:
parent
c5e65cc6c8
commit
00776896f6
|
@ -56,6 +56,7 @@ and (max-width : 570px) {
|
||||||
.search-link .blurb {
|
.search-link .blurb {
|
||||||
color: scale-color($primary, $lightness: 45%);
|
color: scale-color($primary, $lightness: 45%);
|
||||||
display: block;
|
display: block;
|
||||||
|
word-wrap: break-word;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
.search-highlight {
|
.search-highlight {
|
||||||
color: scale-color($primary, $lightness: 25%);
|
color: scale-color($primary, $lightness: 25%);
|
||||||
|
|
Loading…
Reference in New Issue