2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Drop evenly items distribution for modal and offcanvas headers (#39373)

This commit is contained in:
MarkoOleksiyenko
2023-11-15 20:38:44 +01:00
committed by GitHub
parent b9f92d70c9
commit 55952bfe64
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -126,7 +126,6 @@
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));