Commit e65e6972 authored by Phil Hughes's avatar Phil Hughes

Merge branch '51386-broken-border-reports' into 'master'

Reduces CE to EE code differences

See merge request gitlab-org/gitlab-ee!7970
parents aec1497b 8787d986
......@@ -204,6 +204,7 @@ export default {
:key="deployment.id"
:deployment="deployment"
/>
<div class="mr-section-container">
<mr-widget-approvals
v-if="shouldRenderApprovals"
:mr="mr"
......@@ -272,7 +273,6 @@ export default {
class="js-reports-container"
:endpoint="mr.testResultsPath"
/>
<div class="mr-section-container">
<div class="mr-widget-section">
<component
:is="componentName"
......
......@@ -77,13 +77,3 @@
}
}
.mr-state-widget {
.media-section {
border: 1px solid $border-color;
margin-bottom: -1px;
&:first-of-type {
border-radius: $border-radius-default $border-radius-default 0 0;
}
}
}
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