Commit d7b875c5 authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch '350438-truncate-stage-name' into 'master'

Pipeline Graph: Update stage name to truncate when text is too long

See merge request gitlab-org/gitlab!85139
parents 60afa0a4 1359711e
......@@ -141,7 +141,9 @@ export default {
class="gl-display-flex gl-justify-content-space-between gl-relative"
:class="$options.titleClasses"
>
<div>{{ formattedTitle }}</div>
<span :title="formattedTitle" class="gl-text-truncate gl-pr-3 gl-w-85p">
{{ formattedTitle }}
</span>
<action-component
v-if="hasAction && canUpdatePipeline"
:action-icon="action.icon"
......
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