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
mdc-button
0.18.1
All browsers that support ripple. Specifically, I tested in:
macOS 10.12.6 (Sierra)
demos/button.html
<button class="mdc-button"> Baseline (very long text) </button>
CodePen
I'm not sure exactly what the ripple should look like, but it's definitely not correct right now.
The ::before pseudo-element is super wide:
::before
The text was updated successfully, but these errors were encountered:
I've got similar behavior
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What MDC-Web Version are you using?
0.18.1
What browser(s) is this bug affecting?
All browsers that support ripple. Specifically, I tested in:
What OS are you using?
macOS 10.12.6 (Sierra)
What are the steps to reproduce the bug?
demos/button.html
to make the button text content wider. E.g.:CodePen
What is the expected behavior?
I'm not sure exactly what the ripple should look like, but it's definitely not correct right now.
What is the actual behavior?
The
::before
pseudo-element is super wide:The text was updated successfully, but these errors were encountered: