Closed as not planned
Description
Description
The file tree in a PR only shows the first file, not the entire tree. like so:
Url to try:
https://try.gitea.io/MartenH/Bar/pulls/1/files
I'm really suck at CSS but figured out if I add the the lines:
<style>
#diff-file-tree {
height: unset;
}
</style>
to:
$GITEA_CUSTOM/templates/custom/header.tmpl
it seems to work just fine.
Gitea Version
1.19.0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
On try.gitea.io
Operating System
On try.gitea.io
How are you running Gitea?
On try.gitea.io
Database
None