Commit 06815300 authored by Simon Knox's avatar Simon Knox

Prevent duplicate health status text on epics

Make sure short and long labels are not visible at the
same time.

I would like to clean up the related_items styles, many of
these styles can be avoided and I question the value of "issue"
being included in the text, but it is ok for now
parent cec9006a
......@@ -348,6 +348,10 @@ $item-remove-button-space: 42px;
@media only screen and (min-width: 1500px) {
.card-header {
.health-label-short {
display: none;
}
.health-label-long {
display: block;
}
......
---
title: Prevent duplicate health status text on epics
merge_request:
author:
type: fixed
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