MOBILE-3320 ion-alert: Fix messages

main
Noel De Martin 2021-07-12 10:31:25 +02:00
parent 7f2b3a927a
commit f05898abd9
1 changed files with 5 additions and 0 deletions

View File

@ -356,8 +356,13 @@ ion-alert.core-nohead {
}
}
ion-alert .alert-wrapper {
overflow: auto;
}
ion-alert .alert-message {
user-select: text;
flex-shrink: 0;
}
ion-alert .alert-wrapper button.alert-button {