summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-11 15:23:36 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-11 15:23:36 +0000
commitf396ebe451a2f39c4775e4d99df00c9856b80ddc (patch)
tree93373ba9740edab186698ffc3eb41bc417c6438b
parentac293fc5321ab8e6617359117007f4f017fb387b (diff)
parent89a2985e4d3da41baab484678a92c77a8bae2a1f (diff)
downloadgitlab-ce-f396ebe451a2f39c4775e4d99df00c9856b80ddc.tar.gz
Merge branch 'fix/contributors-graph' into 'master'
[Fix] Individual contributor graph Closes #55411 See merge request gitlab-org/gitlab-ce!23852
-rw-r--r--app/assets/stylesheets/pages/stat_graph.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/stat_graph.scss b/app/assets/stylesheets/pages/stat_graph.scss
index d331edaa302..79186480605 100644
--- a/app/assets/stylesheets/pages/stat_graph.scss
+++ b/app/assets/stylesheets/pages/stat_graph.scss
@@ -25,6 +25,8 @@
}
#contributors {
+ flex: 1;
+
.contributors-list {
margin: 0 0 10px;
list-style: none;