Skip to content

Commit de30b1f

Browse files
ENGCOM-2384: Add Confirm Modal Width #16861
2 parents 73910e7 + 1310255 commit de30b1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@
100100
left: 0;
101101
overflow-y: auto;
102102

103+
&.confirm {
104+
.modal-inner-wrap {
105+
.lib-css(width, @modal-popup-confirm__width);
106+
}
107+
}
108+
103109
&._show {
104110
.modal-inner-wrap {
105111
-webkit-transform: translateY(0);

0 commit comments

Comments
 (0)