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
Example html code to reproduce the problem:
<p> <a href="https://github.com"> <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" alt=""> </a> </p>
I think the problem is margin-bottom.
margin-bottom
The problem could be resolved by removing the margin-bottom style, or reset the margin-bottom style if the <img> tag is used inside a <a> tag.
<img>
<a>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Example html code to reproduce the problem:
I think the problem is
margin-bottom
.The problem could be resolved by removing the
margin-bottom
style, or reset themargin-bottom
style if the<img>
tag is used inside a<a>
tag.The text was updated successfully, but these errors were encountered: