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:
commit
2efc284a99
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
5
changelogs/unreleased/62408-dropdown-truncate.yml
Normal file
5
changelogs/unreleased/62408-dropdown-truncate.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix job name in graph dropdown overflowing
|
||||
merge_request: 28824
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue