From bc1f2117f1be539e971c90877658a8e456ce9e25 Mon Sep 17 00:00:00 2001 From: KN4CK3R Date: Thu, 1 Apr 2021 22:01:23 +0200 Subject: Fix graph pagination (#15225) * Fixed invalid HTML tag. * Fixed pagination. * Update templates/repo/graph/commits.tmpl Co-authored-by: zeripath Co-authored-by: zeripath Co-authored-by: techknowlogick Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao --- web_src/less/features/gitgraph.less | 2 -- 1 file changed, 2 deletions(-) (limited to 'web_src') diff --git a/web_src/less/features/gitgraph.less b/web_src/less/features/gitgraph.less index fa37eba02c..dd01ae4bc5 100644 --- a/web_src/less/features/gitgraph.less +++ b/web_src/less/features/gitgraph.less @@ -1,6 +1,4 @@ #git-graph-container { - float: left; - display: block; overflow-x: scroll; width: 100%; min-height: 350px; -- cgit v1.2.3