Skip to content

Commit d9620c6

Browse files
authored
Issue fixed #19985 Send email confirmation popup close button area overlapping to content
Issue fixed #19985 Send email confirmation popup close button area overlapping to content
1 parent 3a42052 commit d9620c6

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: @modal-popup__padding;
149+
padding: 1rem;
150150

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

0 commit comments

Comments
 (0)