Commit f30b5af6 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove padding on reports

parent b841ce07
......@@ -210,7 +210,7 @@ export default {
:loading-text="groupedSummaryText"
:error-text="groupedSummaryText"
:has-issues="true"
class="mr-widget-border-top"
class="mr-widget-border-top grouped-security-reports"
>
<div
slot="body"
......
......@@ -102,6 +102,14 @@
border-radius: $border-radius-default $border-radius-default 0 0;
}
}
.grouped-security-reports {
padding: 0;
> .media {
padding: $gl-padding;
}
}
}
.mr-widget-section {
......
......@@ -39,7 +39,6 @@
}
.mr-widget-grouped-section {
margin-top: $gl-padding;
.report-block-container {
max-height: 170px;
......
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