NO BUG: CSS Grid: grid-column-gap and grid-row-gap are missing

Bricks Version: 1.6.1
Browser: Chrome 90
OS: Mac

There is only one gap option with the new CSS Grid, but there is no option to set the gap for X and Y individually.
I don’t know if it’s right to report this as a Bug but it’s a major thing that’s missing, it should be like Flexbox where you can set the Column and Row Gap

1 Like

Hi Panag,
Thanks so much for your report!

You can enter two values :wink: The first is the row gap, and the second is the column gap.

CleanShot 2022-12-22 at 15.51.13@2x

Best regards,
timmse

2 Likes

This is where a meaningful tooltip would have been good. :wink:

2 Likes

Everyone thought it would be multiple choice, but it turned out to be a fill-in-the-blank question.

Amazing! Thank you :grinning:

Hi @timmse.

This was a really great way to set column-gap and row-gap in one place. So I wanted to ask, do you not implement this method in layouts that have two separate options for setting the gap?