We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a598fba commit 56bb89eCopy full SHA for 56bb89e
scss/_items.scss
@@ -199,7 +199,7 @@ button.item.item-complex {
199
.item-radio .item-content {
200
position: relative;
201
z-index: $z-index-item;
202
- padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
+ padding: $item-padding $item-padding $item-padding $item-padding;
203
border: none;
204
background-color: $item-default-bg;
205
}
0 commit comments