9 lines
101 B
CSS
9 lines
101 B
CSS
uni-text[selectable] {
|
|
cursor: auto;
|
|
user-select: text;
|
|
}
|
|
|
|
uni-text {
|
|
white-space: pre-line;
|
|
}
|