Commit 0cf9af01 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix MR widget border

parent c7c630f1
...@@ -116,10 +116,8 @@ ...@@ -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 @@ ...@@ -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;
......
.detail-page-description.content-block .detail-page-description
%h2.title %h2.title
= markdown_field(@merge_request, :title) = markdown_field(@merge_request, :title)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment