summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Torres <torres@balameb.com>2016-11-14 18:05:00 +0000
committerJose Torres <torres@balameb.com>2016-11-14 18:05:00 +0000
commit504c27047fa111a2fdb6d0bf80cda8d07fd6e176 (patch)
tree503fa39f5e77d43b2abbb6043daf4db283f4bf6c
parent18f96e2612b47fbfa0ee9a84614c999b9d24ad54 (diff)
downloadgitlab-ce-24485-add-horizontal-scrolling-to-network-graph.tar.gz
Adds horizontal scrolling to network-graph24485-add-horizontal-scrolling-to-network-graph
-rw-r--r--app/assets/stylesheets/pages/graph.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/graph.scss b/app/assets/stylesheets/pages/graph.scss
index f7f9a9bb770..e5bf4914f09 100644
--- a/app/assets/stylesheets/pages/graph.scss
+++ b/app/assets/stylesheets/pages/graph.scss
@@ -13,7 +13,7 @@
background: #fff;
height: 500px;
overflow-y: scroll;
- overflow-x: hidden;
+ overflow-x: scroll;
}
}