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

[List] list icon in a list is malformed #5502

Closed
pmpr opened this issue Jul 2, 2017 · 3 comments
Closed

[List] list icon in a list is malformed #5502

pmpr opened this issue Jul 2, 2017 · 3 comments

Comments

@pmpr
Copy link

pmpr commented Jul 2, 2017

look at this:
List icon malformed

this CSS is wrongly applied:

.ui.list .list {
    clear: both;
    margin: 0;
    padding: .75em 0 .25em .5em;
}

and this is markup:

<div class="ui relaxed list">
    <div class="item">
        <a class="ui label" href="">
            <i class="large unordered list icon"></i>Type of Content to be Design and Developed</a>
    </div>
    <div class="item">
        <a class="ui label" href="">
            <i class="large browser primaryThirdColor icon"></i>Web Content Design and Development</a>
    </div>
</div>
@awgv
Copy link
Member

awgv commented Jul 2, 2017

Hi, please provide a test case as per our contributing guidelines; you can fork this JSFiddle.

@pmpr
Copy link
Author

pmpr commented Jul 4, 2017

Test case

@awgv awgv added this to the Needs Milestone milestone Jul 4, 2017
@awgv awgv changed the title list icon in a list is malformed [List] list icon in a list is malformed Jul 4, 2017
@awgv awgv removed this from the Needs Milestone milestone Jul 4, 2017
@awgv
Copy link
Member

awgv commented Jul 4, 2017

@peyman-mohamadpour Thank you, but we’re already tracking it here: #5499.

@awgv awgv closed this as completed Jul 4, 2017
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

1 participant