Re: [csswg-drafts] [css-grid-2] subgrid and grid-gap

Actually, `align-content:stretch` doesn't distribute the space quite as @Dan503 suggested [above](https://github.com/w3c/csswg-drafts/issues/2285#issuecomment-364109963).  With an excess 60px and four tracks it simply grows each one 60px/4.  To meet the middle of the gaps though, you'd want to grow the tracks 10px, 20px, 20px, 10px respectively. We would need a new [`<content-distribution>`](https://drafts.csswg.org/css-align/#distribution-values) value for this case, say `align-content: meet`.

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

Received on Monday, 23 April 2018 15:25:28 UTC