diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-24 10:59:59 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-24 10:59:59 -0500 |
commit | b2c411710d80a8d801876ec406f1c6035cc5b23f (patch) | |
tree | 68a810a460d797dec1ebefd1fb8bc516e6d082db /app/assets | |
parent | 2f252d8f0ee0303db25a0a329f2325bec2ea3979 (diff) | |
download | gitlab-ce-b2c411710d80a8d801876ec406f1c6035cc5b23f.tar.gz |
Increase max-width of stage cells
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 |
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; |