- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Jul 2023 19:32:07 +0000
- To: public-css-archive@w3.org
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