- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Oct 2023 12:48:00 +0000
- To: public-css-archive@w3.org
But you can use `place-content: center` for both axes. You will just need `flex-wrap: wrap` to enable `align-content`. `justify-items` just sets the default `justify-self` of the children, and `justify-self` doesn't make sense for items that flow along a line like in flex. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9495#issuecomment-1770921058 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 October 2023 12:48:01 UTC