Skip to content
New issue

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

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

Closed
jholl opened this issue Jul 21, 2015 · 1 comment
Closed

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

jholl opened this issue Jul 21, 2015 · 1 comment
Milestone

Comments

@jholl
Copy link

jholl commented Jul 21, 2015

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

@jlukic
Copy link
Member

jlukic commented Jul 21, 2015

Thanks this is clear

@jlukic jlukic added this to the 2.0.6 milestone Jul 21, 2015
@jlukic jlukic closed this as completed Jul 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants