Commit 748c3373 authored by Phil Hughes's avatar Phil Hughes Committed by Peter Hegman

Fixes pending note avatar size in diff view

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/346268

Changelog: fixed
parent 1e0635ab
......@@ -280,6 +280,7 @@ export default {
v-if="showDraft(discussion.reply_id)"
:key="`draft_${discussion.id}`"
:draft="draftForDiscussion(discussion.reply_id)"
:line="line"
/>
<div
v-else-if="canShowReplyActions && showReplies"
......
......@@ -16,10 +16,6 @@ $draft-actions-left-margin: 40px + $gl-padding;
.draft-note-actions {
margin: 0;
@include notes-media('min', map-get($grid-breakpoints, sm)) {
margin-left: $draft-actions-left-margin;
}
}
}
......
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