aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
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 {