assets/stylesheets/bootstrap/_modal.scss in bootstrap-5.3.2 vs assets/stylesheets/bootstrap/_modal.scss in bootstrap-5.3.3
- old
+ new
@@ -124,10 +124,9 @@
// Top section of the modal w/ title and dismiss
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
- justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
padding: var(--#{$prefix}modal-header-padding);
border-bottom: var(--#{$prefix}modal-header-border-width) solid var(--#{$prefix}modal-header-border-color);
@include border-top-radius(var(--#{$prefix}modal-inner-border-radius));
.btn-close {