Re: [csswg-drafts] [css-flexbox-2] Add flex-wrap: dense (#3071)

> item-slack

My concern is that this assumes that items can shrink the desired amount. But maybe they can't, e.g.
 - They have `flex-shrink: 0`
 - Their min sizing properties prevent further shrinking
 - Their content size reaches 0 (they are instead filling the line using padding, border, margin, or gaps)

So I tend to think that items should still go to the next line if keeping them in the former one would cause overflow.

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


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

Received on Wednesday, 29 January 2025 03:43:48 UTC