Commit fbcb55c6 authored by Constance Okoghenun's avatar Constance Okoghenun

Adujsted the height of milestone status on milestones list on mobile

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