Skip to content

Commit 56bb89e

Browse files
committed
fix(item): fix padding for items
Closes #5534
1 parent a598fba commit 56bb89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_items.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ button.item.item-complex {
199199
.item-radio .item-content {
200200
position: relative;
201201
z-index: $z-index-item;
202-
padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
202+
padding: $item-padding $item-padding $item-padding $item-padding;
203203
border: none;
204204
background-color: $item-default-bg;
205205
}

0 commit comments

Comments
 (0)