Hi!
I want the widgets inside a wrap to evenly fill the width of the wrap (like if both widgets are expanded in a row) but when the min-width is reached, the last item goes to the next row.
So if the width of the widgets are smaller than the width of the wrap, they expand
But when there's too little space the last widget gets put onto the next line (And expanded)
The min-widths aren't all the same so I don't know how many widgets each row will have.
How do I achieve this effect?