Skip to content

Commit

Permalink
Refs #140518 - Multiterm facet - fix responsivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 10, 2021
1 parent 4244353 commit 99ab521
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,15 @@ div.ui.modal.facet {
align-items: baseline;
justify-content: space-between;

div.search {
display: flex;
width: 100%;
align-items: center;
margin-right: 0px;
}

input.multitermlist__search__text-input {
width: 100%;
border: 1px solid @sf-medium-gray;
margin-right: 1em;
margin-bottom: 0.2em;
Expand Down

0 comments on commit 99ab521

Please sign in to comment.