This commit is contained in:
2025-07-17 11:30:52 +08:00
parent e736271536
commit 97b851e8a6
2 changed files with 28 additions and 7 deletions

View File

@@ -156,12 +156,12 @@ body {
-moz-tab-size: 4;
text-align: left;
word-wrap: normal;
overflow-wrap: normal;
word-break: normal;
hyphens: manual;
white-space: normal;
}
.word-wrapper {
display: inline-block;
max-width: 100%;
}
.ql-editor>* {
cursor: text;
word-break: normal;
@@ -172,8 +172,6 @@ body {
margin: 0;
padding: 0;
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
overflow-wrap: anywhere;
word-break: keep-all;
}
.ql-editor ol,.ql-editor ul {