We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Flexible children example doesn't work as described. I was able to reproduce this on codepen http://codepen.io/anon/pen/njlzJ
I'm using Chrome Version 37.0.2062.124 on OS 10.9.4
The text was updated successfully, but these errors were encountered:
For vertical layout, flexbox needs the container to have a height to know what to flex in to. Try:
<div vertical layout style="height:150px;"> <div>Alpha</div> <div flex>Beta (flex)</div> <div>Gamma</div> </div>
Added this clarity in the docs: Polymer/old-docs-site@4e79482
Sorry, something went wrong.
No branches or pull requests
The Flexible children example doesn't work as described. I was able to reproduce this on codepen http://codepen.io/anon/pen/njlzJ
I'm using Chrome Version 37.0.2062.124 on OS 10.9.4
The text was updated successfully, but these errors were encountered: