summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/show.html.haml
diff options
context:
space:
mode:
authorJose Vargas <jvargas@gitlab.com>2019-04-09 12:14:39 -0500
committerJose Vargas <jvargas@gitlab.com>2019-04-10 10:19:16 -0500
commite97078806f59081be9586a019ab84dab812750c7 (patch)
treee217c6f746c34f1ce7e22d24afe05c6fac34fc6c /app/views/projects/graphs/show.html.haml
parent6a2e10e38ba87678b6b44fa73786eb1f4a668a4e (diff)
downloadgitlab-ce-e97078806f59081be9586a019ab84dab812750c7.tar.gz
The class makes a svg tag 100% width
Diffstat (limited to 'app/views/projects/graphs/show.html.haml')
-rw-r--r--app/views/projects/graphs/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index f1b14d4c4d1..4b2417ff43b 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -22,6 +22,6 @@
= s_('ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits.') % { branch_name: @ref }
%input#brush_change{ :type => "hidden" }
.graphs.row
- #contributors-master
+ #contributors-master.svg-w-100
#contributors.clearfix
- %ol.contributors-list.row
+ %ol.contributors-list.svg-w-100.row