Commit e25c8a1b authored by Constance Okoghenun's avatar Constance Okoghenun

Updated the styling of milestone projects in groups milestone list

parent 0eba5e48
......@@ -35,6 +35,7 @@
.status-box {
font-size: $tooltip-font-size;
margin-top: 0;
}
}
}
......@@ -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;
}
......
......@@ -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
......
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