MOBILE-3833 style: Fix margin on chip with non slotted icons
parent
155ec962ed
commit
7da65f383c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue