提交 81aacf9c 编写于 作者: A Annabel Dunstone Gray

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
......@@ -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;
}
}
......
---
title: Fix spacing on discussions
merge_request: !24197
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册