Skip to content

Commit

Permalink
Refs #142953 - Fix facet selected option width to fit the content, no…
Browse files Browse the repository at this point in the history
…t larger.
  • Loading branch information
GhitaB committed Dec 17, 2021
1 parent 73a4bed commit 985ac30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ div.ui.dimmer.facet-dimmer {
max-width: 100%;

.ui.label {
display: flex;
display: inline-flex;
}

img.facet-option-icon {
Expand Down Expand Up @@ -495,7 +495,7 @@ div#page-document {
max-width: 100%;

.ui.label {
display: flex;
display: inline-flex;
}

img.facet-option-icon {
Expand Down

0 comments on commit 985ac30

Please sign in to comment.