Skip to content

Commit

Permalink
Refs #142573 - Normalize search input width.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 3, 2021
1 parent 23df7b8 commit f472644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,14 @@ div#page-document {
}

div.search-input {
max-width: 600px;
max-width: 1000px;
flex-wrap: wrap;
padding: 0px;
border: none;

div.terms-box {
display: flex;
width: 95%;
width: 100%;
padding: 10px;
border: 1px solid @sf-medium-gray;

Expand Down

0 comments on commit f472644

Please sign in to comment.