Interesting. While that’s certainly the behavior I would expect, it’s simply not consistently true. If, for example, that row container is inside another row container without “Fit width to content” enabled, then the text does in fact wrap.

The bottom line is that there are some edge cases (likely due to unanticipated CSS interactions and/or container nesting) which must be worked out on a case-by-case basis if/when they occur (which is not often in my experience).

My design approach/philosophy is that I always start with the desired layout and responsive behavior in mind and then implement it using as few elements as possible with the appropriate settings based on well understood behavior of the various containers and elements.

I rarely encounter unexpected behavior, which is why this case interested me.

2 Likes