Commit 0c496dc3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '8963-Related-issue-header-border-radius-is-cut-off' into 'master'

fix border-radius for related issues

Closes #8963

See merge request gitlab-org/gitlab-ee!8958
parents 1d0bdafa 4edf73f3
...@@ -2,6 +2,10 @@ $token-spacing-bottom: 0.5em; ...@@ -2,6 +2,10 @@ $token-spacing-bottom: 0.5em;
.related-issues-block { .related-issues-block {
margin-top: 3 * $gl-vert-padding; margin-top: 3 * $gl-vert-padding;
.card-slim {
overflow: auto;
}
} }
.related-issues-header-help-icon { .related-issues-header-help-icon {
......
---
title: Fix border-radius for related issues
merge_request: 8958
author: Johann Hubert Sonntagbauer
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