Commit 2b78eab1 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '7065-performance-metrics-not-rendered-properly-in-merge-request-widget' into 'master'

Add a generic more CSS class to render expandable reports correctly

See merge request gitlab-org/gitlab-ce!21014
parents f6e6faee 46a2c709
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
:loading-text="groupedSummaryText" :loading-text="groupedSummaryText"
:error-text="groupedSummaryText" :error-text="groupedSummaryText"
:has-issues="reports.length > 0" :has-issues="reports.length > 0"
class="mr-widget-border-top grouped-security-reports" class="mr-widget-border-top grouped-security-reports mr-report"
> >
<div <div
slot="body" slot="body"
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
padding: 0; padding: 0;
} }
.grouped-security-reports { .mr-report {
padding: 0; padding: 0;
> .media { > .media {
......
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