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; }