0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Vertically align offcanvas header components

Fixes #33460
This commit is contained in:
Mark Otto 2021-04-04 10:51:45 -07:00 committed by Mark Otto
parent 28c275280e
commit 91a24e2b09

View File

@ -16,6 +16,7 @@
.offcanvas-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: $offcanvas-padding-y $offcanvas-padding-x;