.ql-editor>*

This commit is contained in:
2025-07-17 09:45:07 +08:00
parent 877c8835d9
commit df482bbcdd
2 changed files with 5 additions and 2 deletions

View File

@@ -163,7 +163,10 @@ body {
} }
.ql-editor>* { .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 { .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 {

View File

@@ -262,7 +262,7 @@ div{
} }
.ql-editor>* { .ql-editor>* {
cursor: text cursor: text;
} }
.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 { .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 {