Skip to content

Commit

Permalink
Add styles for filter list entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 13, 2021
1 parent 949ad19 commit af95932
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1542,4 +1542,16 @@ p.demo-question {
}
}

.filterValue {
img {
max-width: 16px;
max-height: 16px;
}

.filterResultEntry {
display: inline-block;
margin-left: 0.5em;
}
}

@import '~./answersbox.less';

0 comments on commit af95932

Please sign in to comment.