nathansmith/unsemantic

Li's wrapping

rapidznick opened this issue · 1 comments

This happens everytime we use this framework. In-line li's wrap. There is more on this issue here:
http://stackoverflow.com/questions/11540268/prevent-wrapping-of-menu-items

If there is a fix for this, unsemantic would be absolutely perfect.

That's just the way floats work. It's not a problem unique to the Unsemantic framework.

If you really need them to stay side-by-side, you should try display:table-cell or add another media query in your own CSS to handle making the <li> fit correctly.

(Shrink font size or padding, etc.)