Commit 76900401 authored by Clement Ho's avatar Clement Ho

Fix related issues top padding

parent 75402efb
......@@ -76,7 +76,7 @@
.related-issues-block
.card-slim
.card-header.panel-empty-heading.border-bottom-0
%h3.card-title.mb-0
%h3.card-title.mt-0.mb-0
Related issues
#merge-requests{ data: { url: referenced_merge_requests_project_issue_path(@project, @issue) } }
......
......@@ -147,7 +147,7 @@ export default {
class="card-header"
:class="{ 'panel-empty-heading border-bottom-0': !hasBody }"
>
<h3 class="card-title mb-0">
<h3 class="card-title mt-0 mb-0">
{{ title }}
<a
v-if="hasHelpPath"
......
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