Commit 2efc284a authored by Phil Hughes's avatar Phil Hughes

Merge branch '62408-dropdown-truncate' into 'master'

Truncates job names in pipeline graph

Closes #62408

See merge request gitlab-org/gitlab-ce!28824
parents df7bebd6 91c32137
......@@ -69,7 +69,9 @@ export default {
>
<ci-icon :status="group.status" />
<span class="ci-status-text"> {{ group.name }} </span>
<span class="ci-status-text text-truncate mw-70p gl-pl-1 d-inline-block align-bottom">
{{ group.name }}
</span>
<span class="dropdown-counter-badge"> {{ group.size }} </span>
</button>
......
---
title: Fix job name in graph dropdown overflowing
merge_request: 28824
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