Re: [csswg-drafts] [css-sizing] How to shrink to fit the width? (#191)

@tomasdev It sounds lke you want

```css
grid-template-columns: minmax(min-content, max-content) max-content auto;
```

That's unrelated to the problem here.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 26 January 2024 01:08:26 UTC