---
layout: single
property_name: flex-wrap
---
Defines if flexbox items appear on a single line or on multiple lines within a flexbox container.
The flexbox items will remain on a single line, no matter what, and will eventually overflow if needed.
The flexbox items will be distributed among multiple lines if needed.
The flexbox items will be distributed among multiple lines if needed. Any additional line will appear before the previous one.
#flex-wrap
default
flex-wrap: nowrap;
flex-wrap: wrap;
flex-wrap: wrap-reverse;