Skip to content

Commit

Permalink
Refs #140559 - Search box: wrap when multiple terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 25, 2021
1 parent 3bc9011 commit 14533e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,18 +308,19 @@ div#page-document {
margin: 0px;

i.icon {
margin: 0px;
padding: 0px;
margin: 0px;
}
}

div.search-terms {
padding-left: 30px;
display: flex;
flex-wrap: wrap;
padding-left: 30px;

div.search-phrase {
width: fit-content;
display: flex;
width: fit-content;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
Expand Down

0 comments on commit 14533e6

Please sign in to comment.