You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
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 ruledisplay: flex
, the icon is correctly positioned before the label.The text was updated successfully, but these errors were encountered: