Commit 7a8f2b50 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 89b00790 b493360f
......@@ -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