[mirotalk] - fix chat msg long text

This commit is contained in:
Miroslav Pejic
2021-02-02 21:48:45 +01:00
parent 6c580b4c78
commit 8d41a52cc8
+4
View File
@@ -272,6 +272,10 @@ button:hover {
margin: 0 0 0 10px;
}
.msg-text {
overflow-wrap: break-word;
}
.msger-inputarea {
display: flex;
padding: 10px;