Commit 3219b202 authored by Constance Okoghenun's avatar Constance Okoghenun

Updated stlying of title and date range of milestone list

parent 5468557a
...@@ -255,8 +255,6 @@ ...@@ -255,8 +255,6 @@
.milestone-range { .milestone-range {
color: $gl-text-color-tertiary; color: $gl-text-color-tertiary;
margin: $gl-bar-padding 0 $gl-padding-4;
font-size: $tooltip-font-size;
} }
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
......
- if milestone.due_date || milestone.start_date - if milestone.due_date || milestone.start_date
.milestone-range .milestone-range.append-bottom-5
= milestone_date_range(milestone) = milestone_date_range(milestone)
- if milestone.expired? and not milestone.closed? - if milestone.expired? and not milestone.closed?
.status-box.status-box-expired Expired .status-box.status-box-expired Expired
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%li{ class: "milestone milestone-#{milestone.closed? ? 'closed' : 'open'}", id: custom_dom_id } %li{ class: "milestone milestone-#{milestone.closed? ? 'closed' : 'open'}", id: custom_dom_id }
.row .row
.col-sm-6 .col-sm-6
%div .append-bottom-5
%strong= link_to truncate(milestone.title, length: 100), milestone_path %strong= link_to truncate(milestone.title, length: 100), milestone_path
- if @group - if @group
= " - #{milestone_type}" = " - #{milestone_type}"
......
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