mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 09:05:47 +02:00
Enable wrapping for elements in .modal-footer (#25103)
This commit is contained in:
committed by
XhmikosR
parent
94395af932
commit
9519b9e055
@@ -938,6 +938,9 @@ $badge-pill-border-radius: 10rem !default;
|
||||
// Padding applied to the modal body
|
||||
$modal-inner-padding: 1rem !default;
|
||||
|
||||
// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding
|
||||
$modal-footer-margin-between: .5rem !default;
|
||||
|
||||
$modal-dialog-margin: .5rem !default;
|
||||
$modal-dialog-margin-y-sm-up: 1.75rem !default;
|
||||
|
||||
|
Reference in New Issue
Block a user