Flexbox: move middle element to the next line
问题 I have a flex item that has three divs inside of it. ┌────────────────────────────────────────┐ | WRAPPER | | ┌─────────┬───────────┬──────────┐ | | | LEFT | CENTER | RIGHT | | | | | | | | | └─────────┴───────────┴──────────┘ | └────────────────────────────────────────┘ And I want to move the center column to the next line in small screens (less than 600px). It should occupy the 100% of the width of the screen. The problem I have is that when the center column comes to the next line, the