Commit b493360f authored by Sam Rose's avatar Sam Rose

Set max width for text in mini pipeline graph

parent 44406ae8
......@@ -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;
......
---
title: Set maximum width for mini pipeline graph text so it is not truncated to early
merge_request: 9188
author:
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