Skip to content

.image.label in .list > .item loses right padding #2691

Closed
@jholl

Description

@jholl

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

screen shot 2015-07-21 at 4 26 58 pm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions