I'm trying to use the layouter to display a row of five items on desktop; which will wrap into a second row when the items can no longer fit on the screen. Since I have an uneven number (but I want them to display proportionally), I had to set a minimum width on my stacks. I have this section looking decent at each breakpoint with a few exceptions: the low-end of desktop and the high-end of tablet. I know I can just create a new breakpoint but that would mean I have to finesse yet another breakpoint; which would also defeat the purpose of using the layouter in the first place. I know I could also achieve the desired effect with a grid structure but it wouldn't be as responsive right out of the box and it would require more work at each breakpoint... So, ultimately, my question is, how can I get the layouter to break into 2 rows rather than spill out of the container and off the screen on desktop?

Also, would it be possible to request the ability to tell layouter how to display content based on the desired number of columns/rows? This would help the arbitrary display on the high-end of the tablet breakpoint. In this case, I want it to display row 1, 3 column / row 2, 2 column. Thank you!
