app/frameworks/twitter/bootstrap/modals.less in less-rails-bootstrap-3.1.0.0 vs app/frameworks/twitter/bootstrap/modals.less in less-rails-bootstrap-3.1.1.0
- old
+ new
@@ -119,11 +119,10 @@
}
}
// Scale up the modal
@media (min-width: @screen-sm-min) {
-
// Automatically set modal's width for larger viewports
.modal-dialog {
width: @modal-md;
margin: 30px auto;
}
@@ -131,8 +130,10 @@
.box-shadow(0 5px 15px rgba(0,0,0,.5));
}
// Modal sizes
.modal-sm { width: @modal-sm; }
- .modal-lg { width: @modal-lg; }
+}
+@media (min-width: @screen-md-min) {
+ .modal-lg { width: @modal-lg; }
}