- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Feb 2021 20:22:25 +0000
- To: public-css-archive@w3.org
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