MOBILE-4270 styles: Set popover min width on iOS as Android

main
Pau Ferrer Ocaña 2023-05-10 12:42:16 +02:00
parent f39bfa0710
commit ac92ed0c17
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -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);