Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V5 Offcanvas Header : Add align-items-center to offcanvas-header class #33460

Closed
devhoussam opened this issue Mar 24, 2021 · 1 comment · Fixed by #33548
Closed

V5 Offcanvas Header : Add align-items-center to offcanvas-header class #33460

devhoussam opened this issue Mar 24, 2021 · 1 comment · Fixed by #33548

Comments

@devhoussam
Copy link
Contributor

devhoussam commented Mar 24, 2021

Image

The Solution :

Image

.offcanvas-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

https://getbootstrap.com/docs/5.0/components/offcanvas/

@devhoussam devhoussam changed the title V5 Offcanvas : Add align-items-center on offcanvas-header V5 Offcanvas Header : Add align-items-center to offcanvas-header class Mar 25, 2021
@devhoussam
Copy link
Contributor Author

this issue can be closed because now there is a PR for it #33492

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant