- From: Rolf-B via GitHub <noreply@w3.org>
- Date: Sun, 03 Aug 2025 20:33:14 +0000
- To: public-css-archive@w3.org
Yes, that's it. But now I am wondering. When I use, for instance, flex: 1 0 2em and flex-wrap: wrap balance, and the Flexbox is not wide enough for all items, it distributes them on 2 lines. Okay. With flex-grow: 1, the items in line 1 expand to fill the line. Okay. In line 2, the items also expand to fill the line and that's not looking great. Probably it's impossible to define a rule set for this with Flexbox, because the item width can vary. Do you see that as a flexbox option or would this be a matter for a balancing grid? -- GitHub Notification of comment by Rolf-B Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3070#issuecomment-3148682037 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 3 August 2025 20:33:15 UTC