Hi, is there a way to organize components so that if they overflow the width of their container, the items end up on the next line?
Here’s an example using tag components. Only 2 tags fit on a line, the 3rd should ideally flow to the next line and be left aligned. Is there a way to do this using auto layout without having to arrange them manually?