diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index b3055b7c3baa51fa20b69458129dd412be816554..8f148ebded53e55aac18b0dd39b84875e47d26a7 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -269,6 +269,12 @@ $active-blue: #4a90e2; border-style: none; border-width: 0; } + ul > li { + list-style-type: disc; + } + ol > li { + list-style-type: decimal; + } } // end sc-content .sc-has-comments {