Merge pull request #1560 from crazyserver/MOBILE-2560

MOBILE-2560 format-text: Allow text selection
main
Juan Leyva 2018-10-08 15:32:24 +02:00 committed by GitHub
commit 69d1133893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -210,9 +210,11 @@ ion-app.app-root {
}
}
/** Format Text */
core-format-text {
user-select: text;
}
core-format-text[maxHeight],
core-format-text[ng-reflect-max-height] {
display: block;