fix: fix search width on narrow sizes (#1678)

This commit is contained in:
Nolan Lawson 2019-12-15 09:58:43 -08:00 committed by GitHub
parent 32d35a1f11
commit 56ab988d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
border-radius: 10px;
flex: 1;
width: 0;
min-width: 0;
}
:global(.search-button-svg) {
fill: var(--button-primary-text);