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
There lots of easy custom fix to this, but wanted to point it out anyway.
I wanted to stack labels with images in a list ... but because of this declaration
if I do something like this
<div class="ui list"> <div class="item"> <div class="ui image blue label"> <img src="{{ userAvatarFromId _id }}"> @{{username}} {{#if userCanRemove _id}} <i class="delete icon"></i> {{/if}} </div> </div> </div>
Then my .ui.image.blue.label will inherit padding-right: 0em
.ui.image.blue.label
padding-right: 0em
The text was updated successfully, but these errors were encountered:
Thanks this is clear
Sorry, something went wrong.
Fixes #2691 image removes padding on some other ui
551e304
No branches or pull requests
There lots of easy custom fix to this, but wanted to point it out anyway.
I wanted to stack labels with images in a list ... but because of this declaration
if I do something like this
Then my
.ui.image.blue.label
will inheritpadding-right: 0em
The text was updated successfully, but these errors were encountered: