Skip to content

Commit e759dba

Browse files
authored
ENGCOM-3789: [Backport] fixed issue #19925 Close button overlapping in shipping address label whenever any user adding new shipping address in mobile view in checkout #20083
2 parents e140116 + 5a229bc commit e759dba

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
@@ -83,7 +83,8 @@
8383

8484
.modal-slide {
8585
.action-close {
86-
padding: @modal-slide-action-close__padding;
86+
margin: 15px;
87+
padding: 0;
8788
}
8889

8990
.page-main-actions {

0 commit comments

Comments
 (0)