diff options
| author | XhmikosR <[email protected]> | 2021-12-14 09:51:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-14 09:51:31 +0200 |
| commit | 8cdb6c40bdf55229459f479111e6a44d49052cf1 (patch) | |
| tree | 04404e60519407f9a7af2ded8c4411a8604f4b2c /scss/_modal.scss | |
| parent | cd50942831c911dc2ff4b6d252361b5cbe708f1d (diff) | |
| download | bootstrap-8cdb6c40bdf55229459f479111e6a44d49052cf1.tar.xz bootstrap-8cdb6c40bdf55229459f479111e6a44d49052cf1.zip | |
Update stylelint and stylelint-config-twbs-bootstrap (#35438)
Diffstat (limited to 'scss/_modal.scss')
| -rw-r--r-- | scss/_modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index 21e1258f5..803b4d811 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -124,8 +124,8 @@ // Footer (for actions) .modal-footer { display: flex; - flex-wrap: wrap; flex-shrink: 0; + flex-wrap: wrap; align-items: center; // vertically center justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items padding: $modal-inner-padding - $modal-footer-margin-between * .5; |
