aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos González Cabrero <[email protected]>2016-05-18 00:50:04 +0200
committerJuan Carlos González Cabrero <[email protected]>2017-01-28 18:26:55 +0100
commita8b00ddc126fd5814799b2a77a1b6fe14d04ffb4 (patch)
treeb3566631a743899efd821a2c61c1fc1020270678
parent95dffb327990a0690aec1719b2efbb91dfbb7c4b (diff)
downloadbootstrap-a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4.tar.xz
bootstrap-a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4.zip
Reduce the width to prevent the modal fills the screen width
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index da7ec8c0e..187632afc 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;