1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Only show search suggestion excerpt if we have it

We won’t have it if we didn’t do a fulltext search
This commit is contained in:
Toby Zerner
2015-06-26 12:08:23 +09:30
parent 15fc30d1d9
commit 54b7c4eff4
2 changed files with 5 additions and 6 deletions

View File

@@ -68,10 +68,8 @@
}
.discussion-search-result {
& .title {
margin-bottom: 3px;
}
& .excerpt {
margin-top: 3px;
color: @fl-body-muted-color;
font-size: 11px;
}