MOBILE-3320 core: Make alert messages selectable

main
Pau Ferrer Ocaña 2021-05-19 13:48:11 +02:00
parent 51e5aa2b39
commit da3ca9b869
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ ion-alert.core-nohead {
}
}
ion-alert .alert-message {
user-select: text;
}
// Ionic list.
ion-list.list-md {
padding: 0;