fix(chat): wrap long text
This commit is contained in:
parent
70f14be50f
commit
563e99ecd3
|
@ -226,6 +226,8 @@
|
|||
|
||||
.messagecontent {
|
||||
margin: 5px 10px;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue