diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-11-14 13:46:08 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-11-14 13:46:08 -0600 |
commit | 0c4170b83535b870de7dd2757eb7323959127185 (patch) | |
tree | ab9f4c955473f541274d5c2dc6848bcf0278c46e /app | |
parent | d0f8e279007a5345d1934db749000d525cf383f1 (diff) | |
download | gitlab-ce-0c4170b83535b870de7dd2757eb7323959127185.tar.gz |
Add back margin on discussion system notes
Diffstat (limited to 'app')
-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; } } |