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
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>
The text was updated successfully, but these errors were encountered:
Hi, please provide a test case as per our contributing guidelines; you can fork this JSFiddle.
Sorry, something went wrong.
Test case
@peyman-mohamadpour Thank you, but we’re already tracking it here: #5499.
No branches or pull requests
look at this:
List icon malformed
this CSS is wrongly applied:
and this is markup:
The text was updated successfully, but these errors were encountered: