From 77cbaa1f966b32400492c3b4d63517575d02912e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 6 Apr 2022 11:04:35 +0200 Subject: [PATCH] MOBILE-3833 style: Margin on chip slotted icons --- src/theme/theme.base.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index 81ce547f4..e71e36640 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -1050,9 +1050,16 @@ ion-button.chip { ion-icon { font-size: 16px; min-width: 16px; + } + + ion-icon[slot=start] { @include margin(0, 8px, 0, 0); } + ion-icon[slot=end] { + @include margin(0, 0, 0, 8px); + } + ion-label { white-space: normal !important; }