Commit 8ec4fb74 authored by Phil Hughes's avatar Phil Hughes

Merge branch '5637-border-top' into 'master'

Resolve "Missing border top in codeclimate report"

Closes #5637

See merge request gitlab-org/gitlab-ee!5340
parents 44d97239 e740e59b
......@@ -196,7 +196,7 @@ export default {
:service="service"
/>
<report-section
class="js-codequality-widget"
class="js-codequality-widget mr-widget-border-top"
v-if="shouldRenderCodeQuality"
type="codequality"
:status="codequalityStatus"
......@@ -208,7 +208,7 @@ export default {
:has-issues="hasCodequalityIssues"
/>
<report-section
class="js-performance-widget"
class="js-performance-widget mr-widget-border-top"
v-if="shouldRenderPerformance"
type="performance"
:status="performanceStatus"
......
---
title: Adds border top to codeclimate report in MR widget
merge_request:
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