Re: [csswg-drafts] [css-grid-1][css-grid-2] Basic support for "equal gutter" with justify-content on grid items

@mrego I think overflow is the expected behavior here. It's not much different from having gaps, they're just gaps that are calculated from a justification value on the opposite axis. The use case here is a grid which has a fixed height and scrollbars: you want the items to fit into the horizontal space so you use justification, and you want the gaps to be equal, so you use `align-content: 1ar`.

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

Received on Monday, 23 April 2018 22:00:54 UTC