4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-14 11:15:50 +00:00

Merge pull request #96 from PhillipLangMartinez/bugfix/word-break-chat-editor

fix text editor word-break
This commit is contained in:
AlphaX-Projects 2023-01-24 13:38:07 +01:00 committed by GitHub
commit 683f8eb16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {