But flex items, on the other hand, wouldn't stop expanding out of the parent no matter what I did, because the min-width is automatically set to auto, so that it won't get smaller than it's content, and won't trigger clipping / scrolling.

Comments