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

Adujsted the height of milestone status on milestones list on mobile

parent 743d0d5e
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -38,6 +38,11 @@
font-size: $tooltip-font-size;
margin-top: 0;
margin-right: $gl-padding-4;
@include media-breakpoint-down(xs) {
line-height: unset;
padding: $gl-padding-4 $gl-input-padding;
}
}
}
}
Loading
Loading
- if milestone.expired? and not milestone.closed?
.status-box.status-box-expired Expired
.status-box.status-box-expired.append-bottom-5 Expired
- if milestone.upcoming?
.status-box.status-box-mr-merged Upcoming
.status-box.status-box-mr-merged.append-bottom-5 Upcoming
- if milestone.closed?
.status-box.status-box-closed Closed
.status-box.status-box-closed.append-bottom-5 Closed
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