Re: [csswg-drafts] [css-grid-1] Track Sizing Algorithm question (#2873)

Note: The desired behavior is likely more closely represented by this:
```
  grid-template-rows: minmax(auto, min-content) auto;
```
instead of
```
  grid-template-rows: min-content auto;
```

Still leaves open the idea of prioritizing auto/max-content tracks over min-content, though. Or other possible adjustments to track sizing.

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


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

Received on Thursday, 27 July 2023 19:32:09 UTC