From 89a2985e4d3da41baab484678a92c77a8bae2a1f Mon Sep 17 00:00:00 2001 From: Menna Elkashef Date: Sat, 15 Dec 2018 23:51:02 +0200 Subject: [PATCH] [Fix] Individual contributor graph When the project has only one contributor, the individual contribution graph is cropped because the container with the id 'contributors' is not taking the full width --- app/assets/stylesheets/pages/stat_graph.scss | 2 ++ 1 file changed, 2 insertions(+) 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;