Skip to content

Commit 6f60808

Browse files
authored
ENGCOM-7249: Fix incorrect alignment element in login container theme blank #27544
2 parents 2cf95b4 + 8d16729 commit 6f60808

File tree

1 file changed

+8
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Customer/web/css/source

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,10 @@
412412

413413
.block {
414414
&:extend(.abs-blocks-2columns all);
415-
&.login {
415+
.login {
416416
.actions-toolbar {
417+
margin-left: 0;
418+
417419
> .primary {
418420
margin-bottom: 0;
419421
margin-right: @indent__l;
@@ -428,13 +430,18 @@
428430

429431
.fieldset {
430432
&:after {
433+
margin-left: 0;
431434
&:extend(.abs-margin-for-forms-desktop all);
432435
}
433436

434437
> .field {
435438
> .control {
436439
width: 80%;
437440
}
441+
442+
.label {
443+
text-align: left;
444+
}
438445
}
439446
}
440447
}

0 commit comments

Comments
 (0)