Commit 943b6b38 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '227090-health-status-text-displaying-twice-on-epic-tree' into 'master'

Resolve "Health Status text displaying twice on Epic Tree"

Closes #227090

See merge request gitlab-org/gitlab!36160
parents f4264d70 06815300
......@@ -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