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
we set the content of a menu item to be displayed as flex, but no such line exists for items not disabled. It breaks items with icons (I just added disabled class to li tag):
Hi,
In this line:
daisyui/src/components/unstyled/menu.css
Line 13 in 59abd89
we set the content of a menu item to be displayed as flex, but no such line exists for items not disabled. It breaks items with icons (I just added disabled class to li tag):
I think it should work by adding:
And removal of flex from line 14. And I'm not sure if .menu-title child shouldn't be flex too - could you elaborate and/or correct me? :)
The text was updated successfully, but these errors were encountered: