Is this a correct use case?
Display: flex on a <ul>
, and then every <li>
has either a pixel or percentage based width.
The main reason I want to use it is so that I can utilise align-items: center
(vertical alignment).
It seems to work well, and I can't get it working this nicely with anything else, but it feels wrong because I'm not actually using any flex values on the list items.