Skip to content

Commit 0606350

Browse files
ENGCOM-9135: Fix overlap customer address edit text #33368
2 parents 9da7f68 + dc4dd34 commit 0606350

File tree

1 file changed

+1
-14
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source

1 file changed

+1
-14
lines changed

app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source/_module.less

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,10 @@
3535
width: 50%;
3636

3737
.action-additional {
38-
margin: 2px 0 0 2px;
38+
margin: 2px 0 0 8px;
3939
}
4040
}
4141

42-
.edit-default-billing-address-button,
43-
.edit-default-shipping-address-button {
44-
position: absolute;
45-
}
46-
47-
.edit-default-billing-address-button {
48-
left: 210px;
49-
}
50-
51-
.edit-default-shipping-address-button {
52-
left: 230px;
53-
}
54-
5542
.customer_form_areas_address_address_customer_address_listing {
5643
clear: both;
5744
}

0 commit comments

Comments
 (0)