- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Jul 2019 12:26:28 +0000
- To: public-css-archive@w3.org
Maybe #2611 with the 3 argument proposal could work for you: ```css grid-template-columns: minmax(min-content, max-content) /* Product Title */ minmax(5px, 1fr, 100px) /* Spacer between Product Title and Buttons */ minmax(max-content, 120px) /* Button 1 */ minmax(3px, 1fr, 20px) /* spacer between buttons */ minmax(max-content, 120px) /* Button 2 */ ; ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4147#issuecomment-516396759 using your GitHub account
Received on Tuesday, 30 July 2019 12:26:30 UTC