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:
commit
7a8f2b50de
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Set maximum width for mini pipeline graph text so it is not truncated to early
|
||||
merge_request: 9188
|
||||
author:
|
Loading…
Reference in a new issue