feat(search): update search component width for better responsiveness

This commit is contained in:
ncoronel 2026-07-03 11:07:45 -03:00
parent be041f6e88
commit 41bb5e7c9e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
}
.store-layout__search {
width: min(100%, 24rem);
width: min(100%, 260px);
min-width: 0;
}