diff --git a/scss/_items.scss b/scss/_items.scss index 55820389fa..67aff45d32 100644 --- a/scss/_items.scss +++ b/scss/_items.scss @@ -263,8 +263,12 @@ button.item.item-complex { } } -.item-icon-right .icon { - right: $item-padding / 2; +.item-icon-right { + padding-right: ($item-padding * 3); + + .icon { + right: $item-padding / 2; + } } .item-icon-left.item-icon-right .icon:first-child {