Don’t wrap
Use t.flexNoWrap
to prevent flex items from wrapping, causing inflexible items to overflow the container if necessary:
Wrap normally
Use t.flexWrap
to allow flex items to wrap:
Wrap reversed
Use t.flexWrapReverse
to wrap flex items in the reverse direction: