- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Apr 2018 15:25:23 +0000
- To: public-css-archive@w3.org
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