mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-12 02:05:51 +00:00
Merge pull request #96 from PhillipLangMartinez/bugfix/word-break-chat-editor
fix text editor word-break
This commit is contained in:
commit
683f8eb16d
@ -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