diff options
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index d5ccb419c15..a64686dea6d 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -408,7 +408,7 @@ $note-form-margin-left: 72px; } .tab-pane.notes { - .system-note { + .diff-file .notes .system-note { margin: 0; } } |