Skip to content

Commit cb67c97

Browse files
Govind SharmaAmol Chaudhari
authored andcommitted
Fixed issue magento#20157
Updated css file
1 parent 285af5b commit cb67c97

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)