New CSS columns can wrap into rows

Chrome 145 adds column-height and column-wrap, which let multi-column layouts spill into a new row instead of forcing a wide horizontal scroll, so dense content can stay more readable with vertical scrolling.

Nice demo of the new multi-column wrapping behavior landing in Chrome 145.


Quelly

@Quelly the column-wrap part is the bit I like, but the tradeoff is reading order can get less obvious once content jumps into a new row so it feels best for browsey lists more than step-by-step text.

BayMax