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
0.8.0
Chrome for android 56.0.2924.87.
Android 7.0.
Edit the title to be a long one Run the demo server Go to localhost:8080 If you are on a PC, change the size of the chrome browser to be like a phone. If you are on Android, go to the next step. Observe the component's behavior http://codepen.io/anon/pen/JNjymr
The title should continue on the same line.
The title jumps to the next line.
You should add flex: 0; to .mdc-toolbar__section--align-end.
flex: 0;
.mdc-toolbar__section--align-end
The text was updated successfully, but these errors were encountered:
A pull request (#509) has been requested to fix this issue.
Sorry, something went wrong.
This issue has been solved and can be closed. @yeelan0319
130246f
No branches or pull requests
What MDC-Web Version are you using?
0.8.0
What browser(s) is this bug affecting?
What OS are you using?
What are the steps to reproduce the bug?
What is the expected behavior?
What is the actual behavior?
Any other information you believe would be useful?
You should add
flex: 0;
to.mdc-toolbar__section--align-end
.The text was updated successfully, but these errors were encountered: