Fix MR widget border

This commit is contained in:
Annabel Dunstone Gray 2018-07-11 12:07:38 -05:00
parent c7c630f142
commit 0cf9af01ce
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 1 additions and 7 deletions

View File

@ -116,10 +116,8 @@
.modify-merge-commit-link { .modify-merge-commit-link {
padding: 0; padding: 0;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
color: $gl-text-color; color: $gl-text-color;
&:hover, &:hover,
@ -501,10 +499,6 @@
} }
} }
.merge-request-details .content-block {
border-bottom: 0;
}
.mr-source-target { .mr-source-target {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

View File

@ -1,4 +1,4 @@
.detail-page-description.content-block .detail-page-description
%h2.title %h2.title
= markdown_field(@merge_request, :title) = markdown_field(@merge_request, :title)