In a chain of list elements (<li>
) with display: inline
, is there a way to force a line break using a CSS property?
Using a <br>
within a <li>
feels dirty, and outside a <li>
is probably forbidden.
to clarify:
I need them "display: inline" because I may need to center them within the UL
I need only some of the elements to have a line break.