Is it possible to define a preferred break spot in a flex box that has word wrap enabled?
There is a similar question here:
And this one:
How to specify line breaks in a multi-line flexbox layout?
But they are not the same.
I cannot use Grid because it is not supported. It must be flex box.
Basically, I have about 10 items in a Flexbox row. If they can't all fit I want them to break and wrap to a new line at the 8th item. I'd like "break at item 8 if all items can't fit on one line" if that makes sense.