Re: [csswg-drafts] [css-grid-2] Ability for grid items to automatically span rows and columns based on content size (#1373)

As I had a client who wanted to show her clients in a grid I had to use the grid-template-areas. It wasn't a perfect match, but as close it it could be. The first cell had a lot of text in it, and thus I sort of created a sidebar.
It ended up something like this:
------------------------
|            |             |            |
|            |             |            |
|            |             |            |
|            | -------|-------|
|            |             |            |
|            |             |            |
|            |             |            |
|            | -------|-------|
|            |             |            |
|            |             |            |
|            |             |            |
|-------|--------|-------|

-- 
GitHub Notification of comment by trondhuso
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1373#issuecomment-1025820401 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 31 January 2022 14:45:42 UTC