Skip to main content

Config 2025 release broke my designs with Grid!

And it could be an upgrade, if:

  1. Grid could HUG CONTENTS (row, column, grid itself)
  2. Rows, columns and cells could be resized (fixed value, %, colspan/rowspan, flex-grow value)
  3. Switch between flex wrap (items jumping to next row) and grid

Yes, even just adding the ability to specify a fixed row height or column width, apply to all, and have the parent dimension hug — that would be a huge upgrade. I’m constantly having to calculate the overall frame size by multiplying desired row height times number of rows and adding padding.


Reply