fix: print <ol> numbering (#33036)
* fix: print ol numbering * fix: update comment --------- Co-authored-by: Rahul Agrawal <deathstarconsole@Rahuls-MacBook-Air.local>
This commit is contained in:
parent
c4a5582985
commit
899f2bc592
1 changed files with 4 additions and 0 deletions
|
|
@ -51,3 +51,7 @@
|
|||
.filter-row div {
|
||||
display: inline-block;
|
||||
}
|
||||
// prevent <ol> numbering conflicts
|
||||
.ql-editor {
|
||||
counter-reset: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue