Commit 3453f12b authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 250c74df be1e1cea
...@@ -569,7 +569,7 @@ $note-form-margin-left: 72px; ...@@ -569,7 +569,7 @@ $note-form-margin-left: 72px;
} }
.discussion-header { .discussion-header {
min-height: 72px; min-height: 74px;
.note-header-info { .note-header-info {
padding-bottom: 0; padding-bottom: 0;
...@@ -582,8 +582,10 @@ $note-form-margin-left: 72px; ...@@ -582,8 +582,10 @@ $note-form-margin-left: 72px;
} }
.unresolved { .unresolved {
.note-header-info { .discussion-header {
margin-top: $gl-padding-8; .note-header-info {
margin-top: $gl-padding-8;
}
} }
} }
......
---
title: Resolve Merge request discussion text jumps when resolved
merge_request: 28995
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment