diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index 32100b047..fe26a3881 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -1054,8 +1054,15 @@ ion-button.chip { ion-icon { font-size: 16px; min-width: 16px; + @include margin(0, 8px, 0, 0); } + ion-label { + white-space: normal !important; + } +} + +ion-button.chip { ion-icon[slot=start] { @include margin(0, 8px, 0, 0); } @@ -1063,10 +1070,6 @@ ion-button.chip { ion-icon[slot=end] { @include margin(0, 0, 0, 8px); } - - ion-label { - white-space: normal !important; - } } ion-chip {