Re: [csswg-drafts] [css-grid] Request: an easy way to set adjusted-to-fit repeated track sizes (#3767)

Would #2611 solve your usecase? Something like

```css
grid-template-columns: repeat(auto-fit, minmax(1fr, <length>));
```

and possibly `min-width: 0` to the items.

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

Received on Wednesday, 27 March 2019 20:49:07 UTC