Commit acb1522d authored by Tom Quirk's avatar Tom Quirk

Minor style tweaks to related issues header

- fix child overflowing rounded border of parent
- fix vertical alignment of title elements
parent 539d69fc
......@@ -125,9 +125,9 @@ export default {
<template>
<div id="related-issues" class="related-issues-block">
<div class="card card-slim">
<div class="card card-slim gl-overflow-hidden">
<div :class="{ 'panel-empty-heading border-bottom-0': !hasBody }" class="card-header">
<h3 class="card-title mt-0 mb-0 h5 position-relative">
<h3 class="card-title mt-0 mb-0 h5 position-relative gl-display-flex gl-align-items-center">
<gl-link
id="user-content-related-issues"
class="anchor position-absolute text-decoration-none"
......
---
title: Minor style fixes to 'Linked Issues' card
merge_request: 37396
author:
type: fixed
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