Skip to content

Commit 921ccbb

Browse files
committed
revert(item): revert the change from margin to padding right
this should have been changed for margin, not padding
1 parent c08de08 commit 921ccbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/item/item.ios.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ $item-ios-sliding-content-background: $list-ios-background-color !default;
139139

140140
.item-ios [item-right], // deprecated
141141
.item-ios [item-end] {
142-
@include margin($item-ios-padding-media-top, null, $item-ios-padding-media-bottom, ($item-ios-padding-end / 2));
143-
144-
@include safe-area-padding-horizontal(null, ($item-ios-padding-start / 4));
142+
@include margin($item-ios-padding-media-top, ($item-ios-padding-start / 2), $item-ios-padding-media-bottom, ($item-ios-padding-end / 2));
145143
}
146144

147145
.item-ios ion-icon[item-left], // deprecated

0 commit comments

Comments
 (0)