Skip to content
Snippets Groups Projects
Commit 3219b202 authored by Constance Okoghenun's avatar Constance Okoghenun
Browse files

Updated stlying of title and date range of milestone list

parent 5468557a
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -255,8 +255,6 @@
 
.milestone-range {
color: $gl-text-color-tertiary;
margin: $gl-bar-padding 0 $gl-padding-4;
font-size: $tooltip-font-size;
}
 
@include media-breakpoint-down(xs) {
Loading
Loading
- if milestone.due_date || milestone.start_date
.milestone-range
.milestone-range.append-bottom-5
= milestone_date_range(milestone)
- if milestone.expired? and not milestone.closed?
.status-box.status-box-expired Expired
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
%li{ class: "milestone milestone-#{milestone.closed? ? 'closed' : 'open'}", id: custom_dom_id }
.row
.col-sm-6
%div
.append-bottom-5
%strong= link_to truncate(milestone.title, length: 100), milestone_path
- if @group
= " - #{milestone_type}"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment