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.
上级 cd401a58
......@@ -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">
......
......@@ -82,7 +82,6 @@
}
.mr-widget-body,
.mr-widget-section,
.mr-widget-content,
.mr-widget-footer {
padding: $gl-padding;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册