Skip to content

Commit b7c70c3

Browse files
ENGCOM-3534: [Backport] Fix the issue: Content overlaps the close button #19263 #19340
- Merge Pull Request #19340 from gelanivishal/magento2:2.2-develop-PR-port-19264 - Merged commits: 1. 27c265d 2. 4b70893
2 parents 32a7c4b + 4b70893 commit b7c70c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/web/css/source/components/_modals.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
&.confirm {
104104
.modal-inner-wrap {
105105
.lib-css(width, @modal-popup-confirm__width);
106+
107+
.modal-content {
108+
padding-right: 7rem;
109+
}
106110
}
107111
}
108112

0 commit comments

Comments
 (0)