Is there a way to control which child element in flexbox drops to the next line, instead of just the last one every time? For example: Full-size, no breaking: https://i.sstatic.net/proUB.png
Default behavior, breaking the last element: https://i.sstatic.net/lOfR9.png
Preferred behavior, breaking the div from the middle to the next line: https://i.sstatic.net/SAV9Y.png
Can this be achieved using flexbox?