Re: [csswg-drafts] [css-flexbox][css-align] Support `justify-items` for flexbox containers (and `justify-self` for items) (#9495)

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