mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(item): apply proper margin left for slotted icon in RTL (#20684)
fixes #20653
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user