Merge branch '27924-set-max-width-mini-pipeline-text' into 'master'

Set max width for text in mini pipeline graph

Closes #27924

See merge request !9188
This commit is contained in:
Filipa Lacerda 2017-02-14 16:03:43 +00:00
commit 7a8f2b50de
2 changed files with 5 additions and 1 deletions

View File

@ -864,7 +864,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 90px;
max-width: 70%;
color: $gl-text-color-secondary;
margin-left: 2px;
display: inline-block;

View File

@ -0,0 +1,4 @@
---
title: Set maximum width for mini pipeline graph text so it is not truncated to early
merge_request: 9188
author: