From 5178222e82716f533b266f0359f218dcc1f4c9ed Mon Sep 17 00:00:00 2001
From: john <johnbarlas39@gmail.com>
Date: Fri, 2 Dec 2016 20:11:20 +0200
Subject: [PATCH] line height is broken in the editor

---
 app/components/SimpleEditor/SimpleEditor.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss
index f7aa756..e98e606 100644
--- a/app/components/SimpleEditor/SimpleEditor.scss
+++ b/app/components/SimpleEditor/SimpleEditor.scss
@@ -144,6 +144,7 @@ $white: #fff;
   .se-content {
     color: $transparent-black;
     font-family: 'Fira Sans';
+    // line-height: 24px;
     word-wrap: break-word;
 
     ::selection {
-- 
GitLab