diff options
| author | Juan Carlos González Cabrero <[email protected]> | 2016-05-18 00:50:04 +0200 |
|---|---|---|
| committer | Juan Carlos González Cabrero <[email protected]> | 2017-01-28 18:26:55 +0100 |
| commit | a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4 (patch) | |
| tree | b3566631a743899efd821a2c61c1fc1020270678 | |
| parent | 95dffb327990a0690aec1719b2efbb91dfbb7c4b (diff) | |
| download | bootstrap-a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4.tar.xz bootstrap-a8b00ddc126fd5814799b2a77a1b6fe14d04ffb4.zip | |
Reduce the width to prevent the modal fills the screen width
| -rw-r--r-- | scss/_variables.scss | 2 |
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; |
