diff options
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index e7f3d726e..21cdee0f4 100644 --- a/less/modals.less +++ b/less/modals.less @@ -121,7 +121,6 @@ // Scale up the modal @media (min-width: @screen-sm-min) { - // Automatically set modal's width for larger viewports .modal-dialog { width: @modal-md; @@ -133,6 +132,8 @@ // Modal sizes .modal-sm { width: @modal-sm; } - .modal-lg { width: @modal-lg; } +} +@media (min-width: @screen-md-min) { + .modal-lg { width: @modal-lg; } } |
