MOBILE-4270 styles: Set popover min width on iOS as Android
parent
f39bfa0710
commit
ac92ed0c17
|
@ -44,6 +44,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-icon {
|
ion-icon {
|
||||||
|
|
|
@ -228,6 +228,10 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-popover.ios {
|
||||||
|
--min-width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
ion-toast {
|
ion-toast {
|
||||||
--color: var(--ion-color-step-50);
|
--color: var(--ion-color-step-50);
|
||||||
--button-color: var(--primary);
|
--button-color: var(--primary);
|
||||||
|
|
Loading…
Reference in New Issue