.ql-editor>*

This commit is contained in:
2025-07-17 09:45:07 +08:00
parent 5949e576ed
commit 6ddb7df8aa
2 changed files with 5 additions and 2 deletions

View File

@@ -163,7 +163,10 @@ body {
}
.ql-editor>* {
cursor: text
cursor: text;
word-break: normal;
overflow-wrap: normal;
white-space: normal;
}
.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6 {