Commit 6a793222 authored by Phil Hughes's avatar Phil Hughes

Fix border top showing incorrectly in merge request widget

parent 3230eaf4
...@@ -87,6 +87,10 @@ $tabs-holder-z-index: 250; ...@@ -87,6 +87,10 @@ $tabs-holder-z-index: 250;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
background: var(--white, $white); background: var(--white, $white);
> .mr-widget-border-top:first-of-type {
border-top: 0;
}
} }
.mr-widget-body, .mr-widget-body,
......
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