Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.11k stars 4.94k forks source link

List .content inside accordion gets additional padding #5238

Open pjeannet opened 7 years ago

pjeannet commented 7 years ago

Hi, similar issue as #803, when using list Inside accordions the content gets extra padding from accordions css when theres no icon before content. here is the jsfiddle http://jsfiddle.net/ugwwf022/2/ and the impacting css :

.ui.styled.accordion .content, .ui.styled.accordion .accordion .content {
   margin: 0em;
   padding: 0.5em 1em 1.5em;
}
stale[bot] commented 6 years ago

There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.

However, PRs for this issue will of course be accepted and welcome!

If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!

lubber-de commented 2 years ago

Fixed in the community fork Fomantic-UI by https://github.com/fomantic/Fomantic-UI/pull/2197 See your adjusted jsfiddle here https://jsfiddle.net/lubber/Lk1ya7wo/2/