fix(chat): wrap long text

This commit is contained in:
Leonard Kim 2019-11-18 09:09:22 -08:00 committed by virtuacoplenny
parent 70f14be50f
commit 563e99ecd3
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@
.messagecontent {
margin: 5px 10px;
max-width: 100%;
overflow: hidden;
}
}