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 7599701 commit add67d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,17 @@ div#page-document {

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

div.terms-box {
width: calc(100% - 100px);
padding: 10px;
border: 1px solid @sf-medium-gray;

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

Expand Down

0 comments on commit add67d9

Please sign in to comment.