Skip to content

Commit

Permalink
Improve responsivity - fix search input size.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 23, 2021
1 parent 1c182fb commit 27ab30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ div#page-document {

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

input {
width: 100%;
}
}

div#archived-facet {
Expand Down

0 comments on commit 27ab30a

Please sign in to comment.