flex box aint wrapping

can anyone tell me why my flexbox isnt wrapping even tho wrap is defined
No description
6 Replies
b1mind
b1mind•4w ago
Looks wrapped to me You don't need to use flex-flow though. Use flex-wrap: wrap; 🤔 default value for flex is row so
Brightie
BrightieOP•4w ago
but if i make my screen smaller they dont go below eachother
b1mind
b1mind•4w ago
that is because you set the parent with flex to a strict width
Brightie
BrightieOP•4w ago
is that the issue? so if I remove the strict width and replace it with a max width it should be fine?
b1mind
b1mind•4w ago
yea remove the min-width and width
Brightie
BrightieOP•4w ago
i see, thanks
Want results from more Discord servers?
Add your server