diff --git a/app/components/SimpleEditor/elements/note/note.scss b/app/components/SimpleEditor/elements/note/note.scss
index e00246aa22af93e3192cdbaa98098e0fca24260f..18ee7010c649834b85881724a5ab07cfe5a93fb4 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 8e1b85e98f122c864acb38b4777e186ab51d89db..fa7849cac47f8ffad1b23d3bc415a4724849a8ed 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;
 }