Re: [csswg-drafts] [css-flexbox] Multi-line column flexbox fragmentation (#6855)

That behavior isn't flex specific. It looks like this is a result of orphan handling. If you set `orphans: 1`  you'll get the following behavior instead:

![orphans-1](https://user-images.githubusercontent.com/43683110/164074042-ec0b3632-87b5-4a5f-9f24-5ba72b5708ad.JPG)

So we aren't treating the items as monolithic in this case. It just happened to look like it in that particular example.

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


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

Received on Tuesday, 19 April 2022 18:48:10 UTC