Commit ab0d255d authored by George Tsiolis's avatar George Tsiolis

Update related issues title typography

parent 0ecedf74
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
.related-issues-block .related-issues-block
.card-slim .card-slim
.card-header.panel-empty-heading.border-bottom-0 .card-header.panel-empty-heading.border-bottom-0
%h3.card-title.mt-0.mb-0 %h3.card-title.mt-0.mb-0.h5
Related issues Related issues
#merge-requests{ data: { url: referenced_merge_requests_project_issue_path(@project, @issue) } } #merge-requests{ data: { url: referenced_merge_requests_project_issue_path(@project, @issue) } }
......
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
:class="{ 'panel-empty-heading border-bottom-0': !hasBody }" :class="{ 'panel-empty-heading border-bottom-0': !hasBody }"
class="card-header" class="card-header"
> >
<h3 class="card-title mt-0 mb-0"> <h3 class="card-title mt-0 mb-0 h5">
{{ title }} {{ title }}
<a <a
v-if="hasHelpPath" v-if="hasHelpPath"
......
---
title: Update related issues title typography
merge_request: 8267
author: George Tsiolis
type: other
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