Commit 1359711e authored by Briley  Sandlin's avatar Briley Sandlin Committed by Frédéric Caplette

Update stage name to use truncate

To prevent the stage name from hiding behind the ActionComponent, 
truncation is added along with a title for hover.

Changelog: fixed
parent 18ad8ce2
......@@ -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