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