Skip to content

Reduces CE to EE code differences

Filipa Lacerda requested to merge 51386-broken-border-reports into master

What does this MR do?

In EE with this change https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7965/ it will render properly, however, the code won't be 100% equal to CE

This happens because in EE we have this extra CSS that was added to handle the EE code:

.mr-state-widget .media-section {
 border: 1px solid #e5e5e5;
 margin-bottom: -1px;
}

This code prevents this from happening: Screen_Shot_2018-10-17_at_11.59.14

In this MR, I moved the sections that need to be inside the mr-section-container and removed the extra CSS.

This now renders:

Screen_Shot_2018-10-17_at_12.37.03

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports