fix: fix search width on narrow sizes (#1678)
This commit is contained in:
parent
32d35a1f11
commit
56ab988d1a
|
@ -37,6 +37,7 @@
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
:global(.search-button-svg) {
|
:global(.search-button-svg) {
|
||||||
fill: var(--button-primary-text);
|
fill: var(--button-primary-text);
|
||||||
|
|
Loading…
Reference in a new issue