Skip to content

Commit 1f0f7a1

Browse files
changes for advanced-Search-layout-not-proper-1
1 parent 13991bb commit 1f0f7a1

File tree

2 files changed

+4
-12
lines changed
  • app/design/frontend/Magento

2 files changed

+4
-12
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,9 @@
462462
.form.password.reset,
463463
.form.send.confirmation,
464464
.form.password.forget,
465-
.form.create.account {
466-
min-width: 600px;
467-
width: 50%;
468-
}
469-
465+
.form.create.account,
470466
.form.search.advanced {
471-
float: none;
467+
min-width: 600px;
472468
width: 50%;
473469
}
474470

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,9 @@
402402
.form.password.reset,
403403
.form.send.confirmation,
404404
.form.password.forget,
405-
.form.create.account {
406-
min-width: 600px;
407-
width: 50%;
408-
}
409-
405+
.form.create.account,
410406
.form.search.advanced {
411-
float: none;
407+
min-width: 600px;
412408
width: 50%;
413409
}
414410

0 commit comments

Comments
 (0)