1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Update stylelint and stylelint-config-twbs-bootstrap (#35438)

This commit is contained in:
XhmikosR
2021-12-14 09:51:31 +02:00
committed by GitHub
parent cd50942831
commit 8cdb6c40bd
16 changed files with 249 additions and 1907 deletions

View File

@@ -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;