Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-10 22:46:58 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-06-10 22:46:58 +0300
commitd4404c9c54ddf4f3775f5bb3ce38d4ff9f8a5ffa (patch)
tree3392e93df394a5c1f3ce44559cb47fb2048d90ed /app/assets/stylesheets/pages/notes.scss
parente5dcd1101b027d35ca23123c0712a483629b9bf6 (diff)
Fix system note alignment within diff
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-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;
}
}