Skip to content

Commit

Permalink
Refs #139198 - Fix search input for multiple search phrase items and …
Browse files Browse the repository at this point in the history
…smaller screens.
  • Loading branch information
GhitaB committed Sep 28, 2021
1 parent 68ec7c2 commit bcb8bca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@ div#page-document {
}

div.search-input {
flex-wrap: wrap;
border-radius: 0;

input {
width: 100%;
}

div.search-phrase {
display: flex;
margin-top: 2px;
margin-bottom: 2px;

i.trash {
position: relative;
Expand Down

0 comments on commit bcb8bca

Please sign in to comment.