Skip to content

Commit

Permalink
Fixes to filter value
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 13, 2021
1 parent af95932 commit 35067a3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,14 @@ div#page-document {
div.filter-list-item {
max-width: 100%;

.ui.label {
display: flex;
}

img.facet-option-icon {
display: inline;
width: auto;
height: 12px;
max-height: 12px !important;
margin-right: 0.5em;
}
}
Expand Down Expand Up @@ -1542,16 +1546,4 @@ 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 35067a3

Please sign in to comment.