We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23800c commit b059b37Copy full SHA for b059b37
modals.less
@@ -124,7 +124,7 @@
124
125
// Automatically set modal's width for larger viewports
126
.modal-dialog {
127
- width: 600px;
+ width: @modal-md;
128
margin: 30px auto;
129
}
130
.modal-content {
variables.less
@@ -561,6 +561,7 @@
561
@modal-footer-border-color: @modal-header-border-color;
562
563
@modal-lg: 900px;
564
+@modal-md: 600px;
565
@modal-sm: 300px;
566
567
0 commit comments