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

Truncates job names in pipeline graph

Closes #62408

See merge request gitlab-org/gitlab-ce!28824
This commit is contained in:
Phil Hughes 2019-05-28 15:53:44 +00:00
commit 2efc284a99
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -0,0 +1,5 @@
---
title: Fix job name in graph dropdown overflowing
merge_request: 28824
author:
type: fixed