Skip to content

Commit 49c9ced

Browse files
authored
ENGCOM-3895: 'Fixes-for-customer-login-page-input-field' :: On customer login page… #20369
2 parents c4c55b0 + ad0bebe commit 49c9ced

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421

422422
> .field {
423423
> .control {
424-
width: 55%;
424+
width: 80%;
425425
}
426426
}
427427
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
.fieldset {
372372
> .field {
373373
> .control {
374-
width: 55%;
374+
width: 80%;
375375
}
376376
}
377377
}

0 commit comments

Comments
 (0)