- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Feb 2018 22:22:39 +0000
- To: public-css-archive@w3.org
> The pattern we are seeing is authors using <div style="background: url(icon.png); width:32px; height:32px"> in min-content sized/constrained flexboxes There, the icon (i.e. the div) would only shrink if the flexbox is skinnier than 32px, right? So, it sounds like the issue is that you're getting is that the "min-content sized/constrained flexbox" is too skinny here. Does the flex container's min-content sizing algorithm produce something less than 32px in this case? If so, maybe that's what we should amend? -- GitHub Notification of comment by dholbert Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2353#issuecomment-368155601 using your GitHub account
Received on Friday, 23 February 2018 22:22:53 UTC