summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-10 14:46:58 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-10 14:46:58 -0500
commitd4404c9c54ddf4f3775f5bb3ce38d4ff9f8a5ffa (patch)
tree3392e93df394a5c1f3ce44559cb47fb2048d90ed
parente5dcd1101b027d35ca23123c0712a483629b9bf6 (diff)
downloadgitlab-ce-fix-diff-system-note-alignment.tar.gz
Fix system note alignment within difffix-diff-system-note-alignment
-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 69dd583bc5b..5cacd42bf0d 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -431,7 +431,7 @@ $note-form-margin-left: 72px;
.notes > .note-discussion li.note.system-note {
border-bottom: 0;
- padding: 0 $gl-padding;
+ padding: 0;
}
}