summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 10:59:59 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 10:59:59 -0500
commitb2c411710d80a8d801876ec406f1c6035cc5b23f (patch)
tree68a810a460d797dec1ebefd1fb8bc516e6d082db
parent2f252d8f0ee0303db25a0a329f2325bec2ea3979 (diff)
downloadgitlab-ce-b2c411710d80a8d801876ec406f1c6035cc5b23f.tar.gz
Increase max-width of stage cells
-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 87b0562c29a..ce917a471c7 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -1,6 +1,6 @@
.pipelines {
.stage {
- max-width: 0;
+ max-width: 80px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;