From a60b98a6fa00a94bcc80350571eefc0dd931d57e Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Tue, 28 Feb 2017 13:46:26 +0200 Subject: [PATCH] fix cursor jumping a charecter when over a note --- app/components/SimpleEditor/elements/note/note.scss | 1 + app/components/SimpleEditor/panes/Notes/notes.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/components/SimpleEditor/elements/note/note.scss b/app/components/SimpleEditor/elements/note/note.scss index e00246a..18ee701 100644 --- a/app/components/SimpleEditor/elements/note/note.scss +++ b/app/components/SimpleEditor/elements/note/note.scss @@ -9,6 +9,7 @@ $red: #591818; .sc-note { color: $red; font-weight: bold; + display: inline-block; } .sc-note::after { diff --git a/app/components/SimpleEditor/panes/Notes/notes.scss b/app/components/SimpleEditor/panes/Notes/notes.scss index 8e1b85e..fa7849c 100644 --- a/app/components/SimpleEditor/panes/Notes/notes.scss +++ b/app/components/SimpleEditor/panes/Notes/notes.scss @@ -4,6 +4,7 @@ $gray: #ddd; border-top: 1px solid $gray; counter-reset: note-footer; font-size: 14px; + list-style-type: none; padding-top: 25px; } -- GitLab