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

causes horizontal overflow issues on inline elements #10

Open
anEffingChamp opened this issue Apr 10, 2017 · 1 comment
Open

causes horizontal overflow issues on inline elements #10

anEffingChamp opened this issue Apr 10, 2017 · 1 comment

Comments

@anEffingChamp
Copy link

I had an issue where I used this on general elements with no additional styles. Since is natively inline, the .ripple:after pseudoelement would take its size from the nearest block level element, but anchor its central coordinates with the . This led to horizontal overflow issues where there otherwise were none.

@mladenplavsic
Copy link
Owner

Yeah, seems like it's required for the element with ripple class to be either display: inline-block or display: block. Do you have any suggestion regarding this issue? Or just to close this one and add the info somewhere in README.md ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants