I am working on a feature that has a newspaper-style tablet design. Is there an equivalent of a
CSS Multi-Column Layout with text that "flows" from one column to the next depending on the window size?
I took a look at some old comments about FlowRow and FlowColumn - now just Column and Row modifiers - and that looks like it would support the three paragraph "boxes". But knowing on which character to break the string is the harder part. It would be nice if there was a type of layout that did this.