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
Due to Safari 10 bugs, LinearLayout doesn't respond correctly to
direction
fill
Redefining fill to be flex: 1 0 auto fixed the latter problem but messed up the layout of ScrollableContainer.html
flex: 1 0 auto
The text was updated successfully, but these errors were encountered:
Cleanup LinearLayout test and suppress known error.
3678bf5
Refs #701.
No branches or pull requests
Due to Safari 10 bugs, LinearLayout doesn't respond correctly to
direction
property (LinearLayout-direction.js test)fill
CSS class to one of the children. (last test in old version of LinearLayout-horizontal-3width.js)Redefining
fill
to beflex: 1 0 auto
fixed the latter problem but messed up the layout of ScrollableContainer.htmlThe text was updated successfully, but these errors were encountered: