Skip to content

Commit 2e4d7e1

Browse files
cedarvindairajneeshgupta
authored andcommitted
Issue fixed magento#19985 Send email confirmation popup close button area overlapping
Issue fixed magento#19985 Send email confirmation popup close button area overlapping
1 parent 8d949bd commit 2e4d7e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
}
147147

148148
.action-close {
149-
padding: 1rem;
149+
padding: @modal-popup__padding - 2;
150150

151151
&:active,
152152
&:focus {
153153
background: transparent;
154-
padding-right: 1rem;
155-
padding-top: 1rem;
154+
padding-right: @modal-popup__padding - 2;
155+
padding-top: @modal-popup__padding - 2;
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)