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:
commit
81aacf9c6f
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix spacing on discussions
|
||||
merge_request: !24197
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue