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

This commit is contained in:
2026-07-03 11:07:45 -03:00
parent be041f6e88
commit 41bb5e7c9e

View File

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