Commit 46a2c709 authored by Lukas Eipert's avatar Lukas Eipert

Adds a css class for mr reports to render them correctly

parent 85ecb959
......@@ -82,7 +82,7 @@
:loading-text="groupedSummaryText"
:error-text="groupedSummaryText"
:has-issues="reports.length > 0"
class="mr-widget-border-top grouped-security-reports"
class="mr-widget-border-top grouped-security-reports mr-report"
>
<div
slot="body"
......
......@@ -87,7 +87,7 @@
padding: 0;
}
.grouped-security-reports {
.mr-report {
padding: 0;
> .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