Skip to content

Commit 29747d3

Browse files
authored
ENGCOM-4154: issue fixed #20919 Email label and email field not aligned from left … #21009
2 parents 2964f0c + aeda067 commit 29747d3

File tree

1 file changed

+16
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order

1 file changed

+16
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/order/_order-account.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,19 @@
2727
width: 50%;
2828
}
2929
}
30+
31+
.page-create-order {
32+
.order-details {
33+
&:not(.order-details-existing-customer) {
34+
.order-account-information {
35+
.field-email {
36+
margin-left: -30px;
37+
}
38+
39+
.field-group_id {
40+
margin-right: 30px;
41+
}
42+
}
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)