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
<div class="ui small images"> <a href="http://google.com" class="ui medium image"> <img src="https://source.unsplash.com/bmALnwwLumQ/150x100"/> </a> <a href="http://google.com" class="ui medium image"> <img src="https://source.unsplash.com/bmALnwwLumQ/150x100"/> </a> </div>
Correct margins are only applied to <a> and not <img>
<a>
<img>
Margin is applied to both <a> and <img>
2.3.0
https://codepen.io/Jacknev/pen/QQJZMY
The text was updated successfully, but these errors were encountered:
Fix double margin on nested images #6224
b93737e
Fixed in 2.3.1
2.3.1
Sorry, something went wrong.
No branches or pull requests
Steps
Expected Result
Correct margins are only applied to
<a>
and not<img>
Actual Result
Margin is applied to both
<a>
and<img>
Version
2.3.0
Testcase
https://codepen.io/Jacknev/pen/QQJZMY
The text was updated successfully, but these errors were encountered: