Skip to content

Commit 075e5ca

Browse files
ENGCOM-2438: [Forwardport] Add Confirm Modal Width #16962
- Merge Pull Request #16962 from ihor-sviziev/magento2:2.3-develop-PR-port-16861 - Merged commits: 1. 2f133c8
2 parents 622f913 + 2f133c8 commit 075e5ca

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)