Skip to content

Commit

Permalink
Refs #140559 - WIP improve search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 25, 2021
1 parent 364cdd6 commit 7599701
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,18 @@ div#page-document {
flex-wrap: wrap;
border-radius: 0;

div.terms-box {
width: calc(100% - 100px);

input {
width: calc(100% - 35px);
}
}

div.input-controls {
margin-left: auto;
}

div.search-phrase {
display: flex;
padding: 5px;
Expand Down

0 comments on commit 7599701

Please sign in to comment.