From b2c411710d80a8d801876ec406f1c6035cc5b23f Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Tue, 24 May 2016 10:59:59 -0500 Subject: Increase max-width of stage cells --- app/assets/stylesheets/pages/pipelines.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1