There was a post on this back in 2018, but that’s locked and there doesn’t seem to be any progress since then (not that I can find)…
Is there a proper ‘bubble’ way to have n-style columns in repeating groups?
Currently the implementation is z-style, which is ok, if all your internal elements are the same height:
But is they’re different heights you get something like this:
N-style will give a much better layout like this:
Now it does seem that it’s possible by injecting some CSS into elements (column-count: 2; plus some other CSS tricks to get everything to align properly), but something like this should really just be a simpe toggle in bubble!