- From: Michael Großklaus via GitHub <sysbot+gh@w3.org>
- Date: Fri, 09 Jun 2023 10:56:46 +0000
- To: public-css-archive@w3.org
I have a (for me) very common use case for that as well: I often have a horizontal navigation in a footer with an undefined amount if links in there. What I usually want then is that as soon as the first link does not fit into the row anymore, I want the navigation to become a column. Using `flex-wrap: wrap` would be ideal for me here, but instead of wrapping only the element that does not fit, I want all elements to wrap. I had initially thought of something like `flex-wrap: wrap all`. -- GitHub Notification of comment by mgrsskls Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6366#issuecomment-1584386939 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 9 June 2023 10:56:48 UTC