Commit 933ce128 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/fixWidgetBorderTop' into 'master'

Fixes widget sections top border not showing

See merge request gitlab-org/gitlab!62693
parents 6f6c5fb8 41d62e8d
......@@ -107,10 +107,15 @@ $tabs-holder-z-index: 250;
border-radius: $border-radius-default;
}
.mr-widget-section:not(:first-child),
.mr-widget-footer {
border-top: solid 1px $border-color;
}
.mr-widget-alert-container + .mr-widget-section {
border-top: 0;
}
.mr-fast-forward-message {
padding-left: $gl-padding-50;
padding-bottom: $gl-padding;
......
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