7 lines
90 B
CSS
7 lines
90 B
CSS
|
|
||
|
.cMsg{
|
||
|
word-wrap:break-word;
|
||
|
word-break:break-word;
|
||
|
white-space: pre-wrap;
|
||
|
}
|