/*quill fix bullet list*/
ol li[data-list='bullet']:not(.ql-editor ol li[data-list='bullet']) {
    list-style-type: disc;
}