From a12e71f530bcfe5ab8d361937fdbbce08efab7cc Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Sun, 19 Feb 2017 15:36:42 +0200 Subject: [PATCH] lists now work correctly --- app/components/SimpleEditor/SimpleEditor.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index b3055b7..8f148eb 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 { -- GitLab