-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add classes to make menu elements tall as parent #547
Add classes to make menu elements tall as parent #547
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello 👋
I think you want to do this modification, because if the logo is higher than the menu, we cannot access the submenu ? Is it right ?
Your modification looks good, but with those, the logo is no longer vertically centered.
So I suggest adding some classes to fix it.
Co-authored-by: Blivet Thibault <110676325+tblivet@users.noreply.github.com>
Thanks tblivet. You were right in your suggestions. Align-items-stretch it's not necessary, because in flex normal it's the same as stretch, but it doesn't matter. |
Hello @rodriciru, I tested your PR and it's good for me! 🎉 Thanks! |
Fixes #546
I made the changes using bootstrap classes.
I don't find any drawbacks. If anyone find something wrong, tell me