You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question pretty much sums it up. Currently, there's no way we can have a single grid container with multiple rows and apply different grid column gaps between cells.
Right now, they way I do it is wrap the elements in another grid container and define the new grid-column-gap there.
I am not sure of possible breaks it might bring into the system but would love to have inputs on it.
The text was updated successfully, but these errors were encountered:
That wouldn't be a grid, it sounds like flexbox would be the solution to that problem. Hopefully at some point we will get a flex-gap similar to grid-gap which would mean you could control the gaps between flex items better.
More thoughts - I now think that it's best we don't have it because that might push us developers to go really flat and not maintain dom hierarchy / semantics using grid as excuse.
Uh oh!
There was an error while loading. Please reload this page.
The question pretty much sums it up. Currently, there's no way we can have a single grid container with multiple rows and apply different grid column gaps between cells.
Right now, they way I do it is wrap the elements in another grid container and define the new grid-column-gap there.
I am not sure of possible breaks it might bring into the system but would love to have inputs on it.
The text was updated successfully, but these errors were encountered: