fix(item): apply proper margin left for slotted icon in RTL (#20684)

fixes #20653
This commit is contained in:
Brandy Carney
2020-03-11 11:52:01 -04:00
committed by GitHub
parent a1bf2f5b8f
commit d53595eb16

View File

@@ -113,7 +113,7 @@ $item-ios-icon-slot-margin-end: null !default;
$item-ios-icon-slot-margin-bottom: 7px !default;
/// @prop - Margin start for an icon in the start/end slot
$item-ios-icon-slot-margin-start: 0 !default;
$item-ios-icon-slot-margin-start: null !default;
/// @prop - Margin top for the end slot inside of a floating/stacked label
$item-ios-label-slot-end-margin-top: 7px !default;