Merge branch 'fix-diff-system-note-alignment' into 'master'

Fix system note alignment within diff

See merge request gitlab-org/gitlab-ce!29446
This commit is contained in:
Filipa Lacerda 2019-06-11 11:34:30 +00:00
commit c951798b71
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}