Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSam Rose <samrose3@gmail.com>2017-02-13 15:39:57 +0300
committerSam Rose <samrose3@gmail.com>2017-02-14 14:42:23 +0300
commitb493360f7f8b72e91287ec5827e644074976e506 (patch)
treef6d0a939849e5d967a7e436e283c107b111ffa2b /app
parent44406ae8db5587eabda2c69aef886f8c512b2ac3 (diff)
Set max width for text in mini pipeline graph
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 0c7019dc64f..00eb5b30fd5 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -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;