MOBILE-3833 style: Fix margin on chip with non slotted icons

main
Pau Ferrer Ocaña 2022-04-08 13:27:13 +02:00
parent 155ec962ed
commit 7da65f383c
1 changed files with 7 additions and 4 deletions

View File

@ -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 {