diff --git a/app/components/SimpleEditor/notesEditor/notesEditor.scss b/app/components/SimpleEditor/notesEditor/notesEditor.scss
index 41c4ce50691200f77fb35af8badebd4f5591828c..35501b026ecd9bac7dc1aadc8712a3c2bfa8381c 100644
--- a/app/components/SimpleEditor/notesEditor/notesEditor.scss
+++ b/app/components/SimpleEditor/notesEditor/notesEditor.scss
@@ -6,16 +6,18 @@ $background: #fff;
     margin-top: 6px;
 
     .se-toolbar-wrapper {
+
       .sc-toolbar {
         background-color: $background;
         border: 0;
+        float: left;
      }
    }
 
     .se-scrollable {
+      background: $background;
       margin-top: 0;
       min-height: 95px;
-      background: $background;
 
      .se-content {
        background: $background;
@@ -31,8 +33,8 @@ $background: #fff;
          border-left: 1px dashed $red;
          margin-left: 8%;
          li {
-           max-width: 109%;
-           min-width: 109%;
+           max-width: 60%;
+           min-width: 60%;
          }
        }
      }