Skip to content

Commit

Permalink
fix(item): Fix delete icon alignment in .item-icon.left, closes #946
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Mar 28, 2014
1 parent cfaf330 commit 044211d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ a.item-content {
.item-icon-left.item-icon-right .icon:first-child {
right: auto;
}
.item-icon-left.item-icon-right .icon:last-child {
.item-icon-left.item-icon-right .icon:last-child,
.item-icon-left .item-delete .icon {
left: auto;
}

Expand Down

0 comments on commit 044211d

Please sign in to comment.