How do I make my flex item (article in this example), which has flex-grow: 1; not to overflow it\'s flex parent/container (main<
article
flex-grow: 1;
main<
If you want the overflow to wrap: flex-flow: row wrap
flex-flow: row wrap