feat(search): update search component width for better responsiveness
This commit is contained in:
parent
be041f6e88
commit
41bb5e7c9e
|
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.store-layout__search {
|
||||
width: min(100%, 24rem);
|
||||
width: min(100%, 260px);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue