Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opera Desktop supports justify-content & align-items: start/end in flexbox layout but it says it doesn't #13184

Closed
xRitsu opened this issue Oct 30, 2021 · 1 comment
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@xRitsu
Copy link

xRitsu commented Oct 30, 2021

Opera on desktops renders justify-content & align-items: start and end in flexbox layout properly now. However, Opera Mobile always fails. You actually need to use flex-start and flex-end to do so, maybe that should be noted as well.

Pen: https://codepen.io/x-Ritsu/pen/JjyyxgW
CanIUse tables: https://caniuse.com/?search=justify-content

Screenshot_1
Screenshot_2021-10-30-11-19-12-451_com opera browser

@queengooborg queengooborg added the data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Oct 30, 2021
@queengooborg
Copy link
Collaborator

Fixed in #12602!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css 🎨 Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

No branches or pull requests

2 participants