summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-08-25 19:57:53 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-08-25 19:57:53 +0000
commitae5916567e90cb5392ff034ab7fc100abc80b61e (patch)
treef47a3a1e9d1d3418368d904d9acce237694ba58f
parent71402f05166c1b89d1c928ea9fc2d0500f170dd1 (diff)
parent60ac1167d1324b4468e3ae85000feb2bf78a24e2 (diff)
downloadgitlab-ce-ae5916567e90cb5392ff034ab7fc100abc80b61e.tar.gz
Merge branch 'pipeline-graph-height' into 'master'
Remove max height on pipelines graph #### What does this MR do? Removes max-height from pipeline graph #### Why was this MR needed? The height was originally put in place because some stages have ~20 tests, which ends up looking a little lopsided and there's a large amount of white space. The scrolling container, however, is not the best solution and ends up being more difficult to scroll around to find what you're looking for. For now we can remove the height, and eventually we'll have the similar tests collapsed. #### Screenshots (if relevant) Before: ![Screen_Shot_2016-08-24_at_11.32.39_AM](/uploads/1b32403548c6f7f4189a19279f13b84b/Screen_Shot_2016-08-24_at_11.32.39_AM.png) After: ![Screen_Shot_2016-08-24_at_11.28.57_AM](/uploads/1327e37429b881265429f559d9d56482/Screen_Shot_2016-08-24_at_11.28.57_AM.png) See merge request !5988
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 7eb4e7ec676..9bdf0d250bb 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -254,7 +254,6 @@
width: 100%;
overflow: auto;
white-space: nowrap;
- max-height: 500px;
transition: max-height 0.3s, padding 0.3s;
&.graph-collapsed {