From 7253fdd20c641c1cd30a7ab2e9e6f1815d9550b1 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Mon, 9 Jan 2017 15:58:32 +0200 Subject: [PATCH] fixes that have to do with track changes line height --- app/components/SimpleEditor/SimpleEditor.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index f0b18f4..f6646d8 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -43,9 +43,17 @@ $active-blue: #4a90e2; } .track-changes-mode { - .se-content { + .se-content:first-child { line-height: 38px; } + + .sc-prose-editor-overlay-tools .se-active-tools .sc-comment-icon { + top: 0; + } + + .sc-comment-pane-list li .comment-list .single-comment-row { + padding: 3px 12px; + } } } -- GitLab