mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
Reduce the width to prevent the modal fills the screen width
This commit is contained in:
parent
95dffb3279
commit
a8b00ddc12
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue