Homepage

flex-wrap: wrap; should be default

Been staring at formatting issues for a while and remembered there's the flex-wrap property in CSS that makes flex move to new lines. I've got to ask, are there more scenarios where this isn't useful? Flex's main purpose is to throw a bunch of items in a container and let them flow wherever there's room. Why would I want them to spill out of a container if they could flow across another layer?