diff options
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index f6ab34769..e7f3d726e 100644 --- a/less/modals.less +++ b/less/modals.less @@ -124,7 +124,7 @@ // Automatically set modal's width for larger viewports .modal-dialog { - width: 600px; + width: @modal-md; margin: 30px auto; } .modal-content { |
