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
A second part to this I'm noticing is when a navigation item is selected, the status and settings buttons also appear below, causing a layout shift. Double-clicking a node opens the slideout, but because of this layout shift you end up opening the wrong node.
Describe the bug
For some reason, Craft CMS have updated (I'm on 5.5.0.1) their CSS to make
flex-wrap: wrap
the default setting everywhere.So in your heading nav, area, the items are now wrapping:
To fix this, you can add an additional class
flex-nowrap
or add some more specific styling in your own CSS, I guess!(this is from the Craft main.css file)
Steps to reproduce
Craft CMS version
5.5.0.1
Plugin version
3.0.5
Multi-site?
No
Additional context
No response
The text was updated successfully, but these errors were encountered: