From 3f3a5f5ff53b03bbd6b21b740ab1aea56bc2ff8f Mon Sep 17 00:00:00 2001 From: Alexandros Georgantas <alexgeorg86@gmail.com> Date: Tue, 21 Feb 2017 11:37:22 +0200 Subject: [PATCH] More elements ported --- 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 b278a78..46cfa1f 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -51,6 +51,7 @@ $active-blue: #4a90e2; .sc-comment-pane-list li .comment-list .single-comment-row { padding: 3px 12px; } + .sc-overlay .se-active-tools .sc-overlay-bubble .sc-comment-icon { top: 0; } -- GitLab