flex
I am using vuetify with flexbox and columns with their breakpoints. There is 5 divs inside.
They are all at the same row.
When the breakpoint is "lg" or above, they all have no number of columns defined. When the screen is a little smaller the last one goes down and grows to the size of the entire row.
What i am trying to do is, when there is no space available for all of them, the first one goes up and its size goes to 100% of its line. The other ones stay at same line together
0 Replies