Skip to content

Commit 6f6e963

Browse files
ENGCOM-4461: Advanced-Search-layout-not-proper #21611
- Merge Pull Request #21611 from amol2jcommerce/magento2:advanced-Search-layout-not-proper-1 - Merged commits: 1. 13991bb 2. 1f0f7a1 3. caa0727 4. 23e7e36
2 parents 9d231d1 + 23e7e36 commit 6f6e963

File tree

2 files changed

+24
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+24
-0
lines changed

app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,17 @@
388388
position: relative;
389389
}
390390
}
391+
392+
.form.search.advanced {
393+
.field.price {
394+
.with-addon {
395+
.input-text {
396+
flex-basis: auto;
397+
width: 100%;
398+
}
399+
}
400+
}
401+
}
391402
}
392403

393404
//
@@ -452,6 +463,7 @@
452463
.form.send.confirmation,
453464
.form.password.forget,
454465
.form.create.account,
466+
.form.search.advanced,
455467
.form.form-orders-search {
456468
min-width: 600px;
457469
width: 50%;

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@
408408
.form.send.confirmation,
409409
.form.password.forget,
410410
.form.create.account,
411+
.form.search.advanced,
411412
.form.form-orders-search {
412413
min-width: 600px;
413414
width: 50%;
@@ -608,4 +609,15 @@
608609
position: relative;
609610
}
610611
}
612+
613+
.form.search.advanced {
614+
.field.price {
615+
.with-addon {
616+
.input-text {
617+
flex-basis: auto;
618+
width: 100%;
619+
}
620+
}
621+
}
622+
}
611623
}

0 commit comments

Comments
 (0)