[csswg-drafts] [css-flexbox] specify max items in line before wrap even if space is otherwise available (#5925)

jimmyfrasche has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox] specify max items in line before wrap even if space is otherwise available ==
I want to be able to specify something like `flex-wrap-max-items: 4` and have it wrap after 4 items even if 5 or 6 would otherwise fit. This can be worked around by capping the width (resp. height) of the flex container if the size of the flex items is uniform and simple but it seems like it would be easy to specify and just let the browser work it out.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5925 using your GitHub account


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

Received on Wednesday, 3 February 2021 21:18:48 UTC