Commit 876ce160 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/fixWidgetBorderTop' into 'master'

Fix border top showing incorrectly in merge request widget

See merge request gitlab-org/gitlab!64773
parents 54fbb303 6a793222
......@@ -87,6 +87,10 @@ $tabs-holder-z-index: 250;
border: 1px solid $border-color;
border-radius: $border-radius-default;
background: var(--white, $white);
> .mr-widget-border-top:first-of-type {
border-top: 0;
}
}
.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