1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

Fix graph pagination (#15225) (#15249)

* Fixed invalid HTML tag.

* Fixed pagination.

* Update templates/repo/graph/commits.tmpl

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
KN4CK3R
2021-04-02 05:29:14 +02:00
committed by GitHub
parent c6eb9b30ae
commit 8ec7beb9f4
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
#git-graph-container {
float: left;
display: block;
overflow-x: scroll;
width: 100%;
min-height: 350px;