Skip to content

Commit 4b15d8c

Browse files
authored
ENGCOM-4209: [Backport] Fixed issue #20157 On advanced search page Price field misaligned on mobile view #21114
2 parents 3a1a06e + 06ca36a commit 4b15d8c

File tree

1 file changed

+14
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source

1 file changed

+14
-0
lines changed

app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
// _____________________________________________
1919

2020
& when (@media-common = true) {
21+
22+
.search {
23+
.fieldset {
24+
.control {
25+
.addon {
26+
input {
27+
flex-basis: auto;
28+
width: 100%;
29+
}
30+
}
31+
}
32+
}
33+
}
34+
2135
.block-search {
2236
margin-bottom: 0;
2337

0 commit comments

Comments
 (0)