Skip to content

Commit 4e4f5be

Browse files
authored
ENGCOM-4230: [Backport] Orders-and-Returns-layout-not-proper #21163
2 parents 735b2d9 + cf2d6ea commit 4e4f5be

File tree

2 files changed

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

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@
451451
.form.password.reset,
452452
.form.send.confirmation,
453453
.form.password.forget,
454-
.form.create.account {
454+
.form.create.account,
455+
.form.form-orders-search {
455456
min-width: 600px;
456457
width: 50%;
457458
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@
402402
.form.password.reset,
403403
.form.send.confirmation,
404404
.form.password.forget,
405-
.form.create.account {
405+
.form.create.account,
406+
.form.form-orders-search {
406407
min-width: 600px;
407408
width: 50%;
408409
}

0 commit comments

Comments
 (0)