Skip to content

Commit

Permalink
Refs #139198 - Improve styles for multi term facet.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent 72dfb85 commit a22eead
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,19 @@ div.ui.modal {
div.search {
width: 40%;
float: left;

input.multitermlist__search__text-input {
width: calc(100% - 30px);
}
}

div.toggleSort {
width: 15%;
float: left;
float: right;

div.toggle-label {
font-size: 14px;
}
}
}
}
Expand Down

0 comments on commit a22eead

Please sign in to comment.