Commit b2e674ae authored by Jake Lear's avatar Jake Lear

Border and padding fixes for milestone description

parent 836d6334
......@@ -178,9 +178,15 @@ $status-box-line-height: 26px;
.milestone-detail {
border-bottom: 1px solid $border-color;
> h2 {
margin: 0;
}
.description {
border-top: 1px solid $border-color;
padding: $gl-padding 0 0;
}
}
@include media-breakpoint-down(xs) {
......
---
title: Fix spacing and borders in milestone title and description
merge_request: 40649
author:
type: fixed
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