Skip to content

Commit

Permalink
Refs #139198 - Fix search phrase and trash btn to be on the same line.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 24, 2021
1 parent 92aad90 commit 08fe3ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ div#page-document {
input {
width: 100%;
}

div.search-phrase {
display: flex;

i.trash {
position: relative;
top: 2px;
margin-right: 0px;
margin-left: 3px;
}
}
}

div#archived-facet {
Expand Down

0 comments on commit 08fe3ba

Please sign in to comment.