Skip to content

Commit 20dc45a

Browse files
authored
issue fixed #20919 Email label and email field not aligned from left for reorder of guest user
issue fixed #20919 Email label and email field not aligned from left for reorder of guest user
1 parent 3a42052 commit 20dc45a

File tree

1 file changed

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

1 file changed

+15
-0
lines changed

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

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

0 commit comments

Comments
 (0)