Skip to content

Commit

Permalink
fix(item): fix padding for items
Browse files Browse the repository at this point in the history
Closes #5534
  • Loading branch information
mhartington committed Mar 1, 2016
1 parent a598fba commit 56bb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ button.item.item-complex {
.item-radio .item-content {
position: relative;
z-index: $z-index-item;
padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
padding: $item-padding $item-padding $item-padding $item-padding;
border: none;
background-color: $item-default-bg;
}
Expand Down

0 comments on commit 56bb89e

Please sign in to comment.