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

Oh, I've had another idea.

If the auto spanning explained in this comment is possible:
https://github.com/w3c/csswg-drafts/issues/1373#issuecomment-573290486

Setting `height: 100%` on a `grid-row: span auto;` cell and setting `width: 100%` on a `grid-column: span auto;` cell would be a way to force a grid cell to span to the end of the grid, including implicit grid cells. 😁

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

Received on Wednesday, 15 January 2020 22:19:29 UTC