Commit 8d3a075e authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Annabel Dunstone Gray

Redo fix for related issues border radius

parent fe194ba0
......@@ -68,3 +68,4 @@
@import 'framework/flex_grid';
@import 'framework/system_messages';
@import "framework/spinner";
@import 'framework/card';
.card-header {
&:first-child {
// intended use case: card with only a header (for example empty related issues)
&.border-0,
&.border-bottom-0 {
@include border-radius($card-inner-border-radius);
}
}
}
---
title: Redo fix for related issues border radius
merge_request: 17172
author:
type: fixed
......@@ -2,10 +2,6 @@ $token-spacing-bottom: 0.5em;
.related-issues-block {
margin-top: 3 * $gl-vert-padding;
.card-slim {
overflow: auto;
}
}
.related-issues-header-help-icon {
......
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