1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Enable wrapping for elements in .modal-footer (#25103)

This commit is contained in:
Martijn Cuppens
2019-08-16 11:49:06 +02:00
committed by XhmikosR
parent ceddca71a2
commit bbbda681cc
2 changed files with 12 additions and 4 deletions

View File

@@ -933,6 +933,9 @@ $badge-border-radius: $border-radius !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;