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

[css-flexbox] clarify align-content for multi-line containers with one line #718

Closed
markbrown opened this issue Nov 16, 2016 · 1 comment

Comments

@markbrown
Copy link

In https://drafts.csswg.org/css-flexbox-1/#align-content-property, align-content:space-between is not well defined if there happens to be only one line in the multi-line container.

Should it behave as flex-start, similarly to justify-content:space-between when there is only one item?

@fantasai
Copy link
Collaborator

Fixed, thanks. :)

@fantasai fantasai added this to the Published css-flexbox-1 2017-10-19 milestone Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment