#Bad sections placement
1 messages · Page 1 of 1 (latest)
That's accurate. Because the last column's height is greater than the previous 2 columns, it would create a new row underneath. It's weird how it does that though.
i would expect some sort of masonry layout here even with the new sections UI
You can kind of fudge it with stacks and such. I've been doing layouts where I set the column wide to the max sections width and then using stacks within them. It feels dirty, but it works.
not sure what you mean by stacks
Horizontal and vertical stacks. Grid cards work too.
yes i've just been doing that!