summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-24 11:29:18 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-24 11:29:18 -0500
commit60ac1167d1324b4468e3ae85000feb2bf78a24e2 (patch)
tree4b70608015d2c965931e9ab0e9ef588f2042cd23
parent55de9cc892c4d247ddb15318fec96b074e036659 (diff)
downloadgitlab-ce-pipeline-graph-height.tar.gz
Remove max height on pipelines graphpipeline-graph-height
-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 6fa097e3bf1..dcb3e48d686 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 {