So I took a closer look at this, and it seems the real answer is, “it depends”.

If the row container (the one containing the text elements) is itself inside a column container, then the text does not wrap regardless of the column container’s Fit width to content setting.

If the aim is to get the text elements to first “stack” and then “wrap”, I was able to achieve this by unchecking the Fit width to content setting for both the row container and its parent column container.

If the row’s parent has an ATP layout instead, then unchecking the Fit width to content setting for only the row does the trick (regardless of the Fit width to content setting of the parent ATP container).

Anyway, there might be other nuances depending on your element hierarchy, but maybe this helps. Seems like there should be a way to get your desired responsive behavior.

I don’t know that I’ve ever encountered this issue before, but it’s nice to have a better understanding of it.

1 Like