10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
|
.taro-textarea {
|
|
resize: none;
|
|
}
|
|
View{
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
white-space: break-spaces;
|
|
}
|