Set max width for text in mini pipeline graph

This commit is contained in:
Sam Rose 2017-02-13 07:39:57 -05:00
parent 44406ae8db
commit b493360f7f
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: