Skip to content
Snippets Groups Projects
Unverified Commit 7bd65593 authored by Paul Slaughter's avatar Paul Slaughter
Browse files

Remove padding for mr-widget-section

This class is used in:

- `group_test_reports_app.vue` where the padding is overruled by
  `.mr-report`
- `mr_widget_options.vue` where the padding is overruled by `p-0`
- `ee/mr_widget_options.vue` where there is a bug because the padding
  is not overruled.
parent cd401a58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -315,7 +315,7 @@ export default {
:endpoint="mr.testResultsPath"
/>
 
<div class="mr-widget-section p-0">
<div class="mr-widget-section">
<component :is="componentName" :mr="mr" :service="service" />
 
<section v-if="shouldRenderCollaborationStatus" class="mr-info-list mr-links">
Loading
Loading
Loading
Loading
@@ -82,7 +82,6 @@
}
 
.mr-widget-body,
.mr-widget-section,
.mr-widget-content,
.mr-widget-footer {
padding: $gl-padding;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment