fix text editor word-break

This commit is contained in:
Phillip 2023-01-24 12:20:18 +02:00
parent c22feb1479
commit 888701ef81

View File

@ -297,7 +297,7 @@ class ChatTextEditor extends LitElement {
.ProseMirror { .ProseMirror {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
word-break: break-all; word-break: break-word;
} }
.ProseMirror mark { .ProseMirror mark {