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

Wrong alignment of menu icons of section items #6657

Open
Aerendir opened this issue Dec 18, 2024 · 0 comments
Open

Wrong alignment of menu icons of section items #6657

Aerendir opened this issue Dec 18, 2024 · 0 comments

Comments

@Aerendir
Copy link

Describe the bug

Screenshot_2024-12-18_alle_09_54_20

As you can see, the icon is above the label.

To Reproduce

I simply created a MenuItem::section('The label', 'fa fa-jedi');.

(OPTIONAL) Additional context

The problem is caused mainly by the CSS rule display: flex assigned to class #main-menu .menu .menu-icon: disabling the rule display: flex, the icon is correctly positioned before the label.

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

No branches or pull requests

1 participant