summaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authorKN4CK3R <KN4CK3R@users.noreply.github.com>2021-04-01 22:01:23 +0200
committerGitHub <noreply@github.com>2021-04-01 16:01:23 -0400
commitbc1f2117f1be539e971c90877658a8e456ce9e25 (patch)
tree6298449d58052b3d2b95694d02a0a14971c1b389 /web_src/less
parenta351b22dc0319a99ef68048529e533c7e91a9c8c (diff)
downloadgitea-bc1f2117f1be539e971c90877658a8e456ce9e25.tar.gz
gitea-bc1f2117f1be539e971c90877658a8e456ce9e25.zip
Fix graph pagination (#15225)
* Fixed invalid HTML tag. * Fixed pagination. * Update templates/repo/graph/commits.tmpl Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/features/gitgraph.less2
1 files changed, 0 insertions, 2 deletions
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;