Flexbox automatically decreasing size

Display of flex is automatically decreasing the size of the element to make stuff fit inside a container.
How do I stop that behaviour.

Hey there,

please show us an example,
e.g. on codepen.

1 Like

I got it!
I have to just use flex-wrap to wrap.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.