Skip to content

Commit e584b5d

Browse files
authored
Add Confirm Modal Width
1 parent cc4b174 commit e584b5d

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)