MOBILE-2560 format-text: Allow text selection

main
Pau Ferrer Ocaña 2018-10-03 16:28:15 +02:00
parent 5a61613eec
commit 9c37d2c89e
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;