diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss
index f0b18f479ceb7d82bce62fc237ee771d032778d0..f6646d8fa014a31a44ec966f16d51ba1cd145e9d 100644
--- a/app/components/SimpleEditor/SimpleEditor.scss
+++ b/app/components/SimpleEditor/SimpleEditor.scss
@@ -43,9 +43,17 @@ $active-blue: #4a90e2;
   }
 
   .track-changes-mode {
-    .se-content {
+    .se-content:first-child {
       line-height: 38px;
     }
+
+    .sc-prose-editor-overlay-tools .se-active-tools .sc-comment-icon {
+      top: 0;
+    }
+
+    .sc-comment-pane-list li .comment-list .single-comment-row {
+      padding: 3px 12px;
+    }
   }
 }