Skip to content
Snippets Groups Projects
Commit a60b98a6 authored by chris's avatar chris Committed by Yannis Barlas
Browse files

fix cursor jumping a charecter when over a note

parent b1171460
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ $red: #591818; ...@@ -9,6 +9,7 @@ $red: #591818;
.sc-note { .sc-note {
color: $red; color: $red;
font-weight: bold; font-weight: bold;
display: inline-block;
} }
.sc-note::after { .sc-note::after {
......
...@@ -4,6 +4,7 @@ $gray: #ddd; ...@@ -4,6 +4,7 @@ $gray: #ddd;
border-top: 1px solid $gray; border-top: 1px solid $gray;
counter-reset: note-footer; counter-reset: note-footer;
font-size: 14px; font-size: 14px;
list-style-type: none;
padding-top: 25px; padding-top: 25px;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment