Make first item take the entire width of container so next items are in the new row
see title, how would I achieve that here:
https://jsfiddle.net/w9toqrug/12/
Edit fiddle - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
3 Replies
at the moment the first width just take the rest of the row space, but it should have an entire own row
Okay, I figured it out. I needed
flex-basis: 100%
please expliain alittle bit am confused
you're missing
flex-wrap: wrap;
on the container