From: Juan Carlos González Cabrero Date: Tue, 17 May 2016 22:50:04 +0000 (+0200) Subject: Reduce the width to prevent the modal fills the screen width X-Git-Tag: v4.2.0~406^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4;p=thirdparty%2Fbootstrap.git Reduce the width to prevent the modal fills the screen width --- diff --git a/scss/_variables.scss b/scss/_variables.scss index da7ec8c0e3..187632afc8 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -791,7 +791,7 @@ $modal-header-border-width: $modal-content-border-width !default; $modal-footer-border-width: $modal-header-border-width !default; $modal-header-padding: 15px !default; -$modal-xl: 1200px !default; +$modal-xl: 1140px !default; $modal-lg: 800px !default; $modal-md: 500px !default; $modal-sm: 300px !default;