Merge pull request #2886 from NoelDeMartin/MOBILE-3320

MOBILE-3320 ion-alert: Fix messages
main
Pau Ferrer Ocaña 2021-07-12 10:44:50 +02:00 committed by GitHub
commit 2ef8068d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {