Skip to content

Commit f035cb4

Browse files
author
Stanislav Idolov
authored
ENGCOM-2551: [Backport] Add Confirm Modal Width #17159
2 parents 302712a + 0b3f939 commit f035cb4

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
@@ -96,6 +96,12 @@
9696
left: 0;
9797
overflow-y: auto;
9898

99+
&.confirm {
100+
.modal-inner-wrap {
101+
.lib-css(width, @modal-popup-confirm__width);
102+
}
103+
}
104+
99105
&._show {
100106
.modal-inner-wrap {
101107
-webkit-transform: translateY(0);

0 commit comments

Comments
 (0)