mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: word-wrap missing from search
This commit is contained in:
parent
c5e65cc6c8
commit
00776896f6
1 changed files with 1 additions and 0 deletions
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue