]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reduce the width to prevent the modal fills the screen width 19925/head
authorJuan Carlos González Cabrero <malkomich@gmail.com>
Tue, 17 May 2016 22:50:04 +0000 (00:50 +0200)
committerJuan Carlos González Cabrero <malkomich@gmail.com>
Sat, 28 Jan 2017 17:26:55 +0000 (18:26 +0100)
scss/_variables.scss

index da7ec8c0e30e3fc0ef3d92f989ac206766fb17e9..187632afc8f582d095be63cdb6934c4c8f630b56 100644 (file)
@@ -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;