Commit 6caf7512 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'gt-update-related-issue-title-typography' into 'master'

Update related issues title typography

Closes #8323

See merge request gitlab-org/gitlab-ee!8267
parents 0d5da07c ab0d255d
......@@ -78,7 +78,7 @@
.related-issues-block
.card-slim
.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
#merge-requests{ data: { url: referenced_merge_requests_project_issue_path(@project, @issue) } }
......
......@@ -149,7 +149,7 @@ export default {
:class="{ 'panel-empty-heading border-bottom-0': !hasBody }"
class="card-header"
>
<h3 class="card-title mt-0 mb-0">
<h3 class="card-title mt-0 mb-0 h5">
{{ title }}
<a
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