mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-14 03:32:33 +00:00
fix text editor word-break
This commit is contained in:
parent
c22feb1479
commit
888701ef81
@ -297,7 +297,7 @@ class ChatTextEditor extends LitElement {
|
||||
.ProseMirror {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.ProseMirror mark {
|
||||
|
Loading…
x
Reference in New Issue
Block a user