Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit b4970a9

Browse files
committed
CJPM-17497: Added mid-size modal width class selector.
1 parent 3207a3a commit b4970a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/visual-stack/src/components

packages/visual-stack/src/components/Modal.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
@media (min-width: 768px) {
154154
.modal-dialog {
155-
width: 400px;
155+
width: 600px;
156156
margin: 30px auto;
157157
}
158158
.modal-content {
@@ -162,6 +162,9 @@
162162
.modal-sm {
163163
width: 300px;
164164
}
165+
.modal-md {
166+
width: 400px;
167+
}
165168
}
166169
@media (min-width: 992px) {
167170
.modal-lg {

0 commit comments

Comments
 (0)