Skip to content

Commit

Permalink
fix: fix search width on narrow sizes (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Dec 15, 2019
1 parent 32d35a1 commit 56ab988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/_components/search/Search.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
border-radius: 10px;
flex: 1;
width: 0;
min-width: 0;
}
:global(.search-button-svg) {
fill: var(--button-primary-text);
Expand Down

0 comments on commit 56ab988

Please sign in to comment.