diff options
| author | Mark Otto <[email protected]> | 2021-04-04 10:51:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-04-04 11:06:49 -0700 |
| commit | 91a24e2b09b5595fbf4c07efbce562e19c76c559 (patch) | |
| tree | b04d5a39ab62df7c335b4a6a908181587a0b0c7a | |
| parent | 28c275280e2b4d6262e9f3e374e4b3c23b8dce63 (diff) | |
| download | bootstrap-91a24e2b09b5595fbf4c07efbce562e19c76c559.tar.xz bootstrap-91a24e2b09b5595fbf4c07efbce562e19c76c559.zip | |
Vertically align offcanvas header components
Fixes #33460
| -rw-r--r-- | scss/_offcanvas.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_offcanvas.scss b/scss/_offcanvas.scss index 1eeb98966..aa6c156bd 100644 --- a/scss/_offcanvas.scss +++ b/scss/_offcanvas.scss @@ -16,6 +16,7 @@ .offcanvas-header { display: flex; + align-items: center; justify-content: space-between; padding: $offcanvas-padding-y $offcanvas-padding-x; |
