Commit 91be957c authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Fix padding bottom of the discussion note header.

parent 6c0add67
......@@ -149,6 +149,7 @@
:include-toggle="true"
@toggleHandler="toggleDiscussionHandler"
action-text="started a discussion"
class="discussion"
/>
<issue-note-edited-text
v-if="note.last_updated_by"
......
......@@ -402,6 +402,10 @@ ul.notes {
.note-header-info {
min-width: 0;
padding-bottom: 8px;
&.discussion {
padding-bottom: 0;
}
}
.system-note .note-header-info {
......
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