Updated the styling of milestone projects in groups milestone list

This commit is contained in:
Constance Okoghenun 2018-06-21 13:21:31 +01:00
parent 0eba5e48ac
commit e25c8a1b2b
2 changed files with 3 additions and 2 deletions

View File

@ -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;
}

View File

@ -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