Closed
Description
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