From e855b15d489bafb577998e7fa6908d391f6e8c7f Mon Sep 17 00:00:00 2001
From: Alexandros Georgantas <alexgeorg86@gmail.com>
Date: Fri, 24 Feb 2017 16:35:44 +0200
Subject: [PATCH] Lists(ordered, unordered) and custom Lists(QA, Unstyled)
 implemented

---
 app/components/SimpleEditor/SimpleEditor.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss
index 46cfa1f..d5aee9b 100644
--- a/app/components/SimpleEditor/SimpleEditor.scss
+++ b/app/components/SimpleEditor/SimpleEditor.scss
@@ -290,8 +290,8 @@ $active-blue: #4a90e2;
 
   .sc-has-comments {
     div.se-content {
-        margin: 1.5% 27% 5% 1%;
-        transition: .3s;
+      margin: 1.5% 27% 5% 1%;
+      transition: .3s;
     }
   }
 
-- 
GitLab