Skip to content

Commit fc809a6

Browse files
authored
ENGCOM-3731: fixed issue #19925 Close button overlapping in shipping address label whenever any user adding new shipping address in mobile view in checkout #19926
2 parents 99143c1 + 7140024 commit fc809a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/design/frontend/Magento/luma/web/css/source/components/_modals_extend.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282

8383
.modal-slide {
8484
.action-close {
85-
padding: @modal-slide-action-close__padding;
85+
margin: 15px;
86+
padding: 0;
8687
}
8788

8889
.page-main-actions {

0 commit comments

Comments
 (0)