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

It sounds like this use case could be solved by the `wrap-before` and `wrap-after` properties discussed in #3974 and already specified in https://www.w3.org/TR/css-text-4/#wrap-before.

In your example this would then be
```css
:nth-child(4n) {
  wrap-after: flex;
}
```

Sebastian

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


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

Received on Thursday, 4 February 2021 20:22:28 UTC