summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 13:46:08 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 13:46:08 -0600
commit0c4170b83535b870de7dd2757eb7323959127185 (patch)
treeab9f4c955473f541274d5c2dc6848bcf0278c46e /app
parentd0f8e279007a5345d1934db749000d525cf383f1 (diff)
downloadgitlab-ce-0c4170b83535b870de7dd2757eb7323959127185.tar.gz
Add back margin on discussion system notes
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
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;
}
}