Merge pull request #1560 from crazyserver/MOBILE-2560
MOBILE-2560 format-text: Allow text selectionmain
commit
69d1133893
|
@ -210,9 +210,11 @@ ion-app.app-root {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** Format Text */
|
/** Format Text */
|
||||||
|
core-format-text {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
core-format-text[maxHeight],
|
core-format-text[maxHeight],
|
||||||
core-format-text[ng-reflect-max-height] {
|
core-format-text[ng-reflect-max-height] {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue