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

Updated the styling of milestone projects in groups milestone list

parent 0eba5e48
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -35,6 +35,7 @@
 
.status-box {
font-size: $tooltip-font-size;
margin-top: 0;
}
}
}
Loading
Loading
@@ -253,7 +254,7 @@
 
.milestone-range {
color: $gl-text-color-tertiary;
margin: $gl-bar-padding 0;
margin: $gl-bar-padding 0 $gl-padding-4;
font-size: $tooltip-font-size;
}
 
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@
.projects
- milestone.milestones.each do |milestone|
= link_to milestone_path(milestone) do
%span.badge.badge-gray
%span.label-badge.label-badge-blue
= dashboard ? milestone.project.full_name : milestone.project.name
 
.col-sm-4.milestone-progress
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