MOBILE-2560 format-text: Allow text selection
parent
5a61613eec
commit
9c37d2c89e
|
@ -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