Merge branch '55958-inconsistent-spacing-between-note-and-user-avatar-in-discussions' into 'master'

Resolve "Inconsistent spacing between note and user avatar in discussions"

Closes #55958

See merge request gitlab-org/gitlab-ce!24197
This commit is contained in:
Annabel Dunstone Gray 2019-01-09 15:47:03 +00:00
commit 81aacf9c6f
2 changed files with 8 additions and 3 deletions

View File

@ -153,12 +153,12 @@ $note-form-margin-left: 72px;
position: relative;
.timeline-discussion-body {
margin-top: -8px;
margin-top: -$gl-padding-8;
overflow-x: auto;
overflow-y: hidden;
.discussion-resolved-text {
margin-bottom: 8px;
.note-body {
margin-top: $gl-padding-8;
}
}

View File

@ -0,0 +1,5 @@
---
title: Fix spacing on discussions
merge_request: !24197
author:
type: fixed