Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-09 23:39:01 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-16 23:34:28 +0300
commite573cdfb91308759923fbd0aacb12f801dfb561f (patch)
tree412c7a0d94868281cb7d6c9b9dbaa186804d1f9f /app/assets/stylesheets/pages/pipelines.scss
parentd7b3b15f60e25e1b11b6fcc22f96c63bffa137a8 (diff)
Fix graph scrolling bug
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 49225d7d0d4..01bd131940a 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -232,20 +232,21 @@
// Pipeline visualization
-.pipeline-visualization {
- position: relative;
+.pipeline-graph {
width: 100%;
overflow: auto;
+ white-space: nowrap;
+}
+
+.pipeline-visualization {
+ position: relative;
+ min-width: 1220px;
ul {
padding: 0;
}
}
-.stage-column-list {
- min-width: 1220px;
-}
-
.stage-column {
display: inline-block;
vertical-align: top;