Skip to content

Commit

Permalink
fix(list): icon and wrapped image were not inline and wrapped or wron…
Browse files Browse the repository at this point in the history
…gly aligned
  • Loading branch information
lubber-de authored and Sean committed Nov 11, 2018
1 parent 3f7bc5d commit 5b7ebae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/definitions/elements/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,16 @@ ol.ui.list ol li,
margin: 0em;
padding: 0em @horizontalIconDistance 0em 0em;
}
.ui.horizontal.list > .item > .image + .content,
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .icon + .content {
float: none;
display: inline-block;
width: auto;
}
.ui.horizontal.list > .item > .image {
display:inline-block;
}


/*******************************
States
Expand Down

0 comments on commit 5b7ebae

Please sign in to comment.