Compare commits
2 Commits
7651b056b6
...
7e486e463c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e486e463c | |||
| df482bbcdd |
@@ -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 {
|
||||
|
||||
@@ -262,7 +262,7 @@ div{
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
||||
Reference in New Issue
Block a user