Skip to content

Commit 5d05219

Browse files
author
Stanislav Idolov
authored
ENGCOM-3534: [Backport] Fix the issue: Content overlaps the close button #19263 #19340
2 parents 13de5a7 + b7c70c3 commit 5d05219

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)