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:
Rahul Agrawal 2025-06-21 15:12:36 +05:30 committed by GitHub
parent c4a5582985
commit 899f2bc592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,3 +51,7 @@
.filter-row div {
display: inline-block;
}
// prevent <ol> numbering conflicts
.ql-editor {
counter-reset: none;
}