Skip to content
Snippets Groups Projects
Commit a6d52ff8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'ps-remove-mr-widget-section-padding' into 'master'

Remove padding for mr-widget-section

See merge request gitlab-org/gitlab-ce!25475
parents bf582261 7bd65593
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