Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File tree in PR shows only 1 file #23641

Closed
MartenH opened this issue Mar 22, 2023 · 2 comments
Closed

File tree in PR shows only 1 file #23641

MartenH opened this issue Mar 22, 2023 · 2 comments
Labels

Comments

@MartenH
Copy link

MartenH commented Mar 22, 2023

Description

The file tree in a PR only shows the first file, not the entire tree. like so:
image

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

@jolheiser
Copy link
Member

This should be fixed by #23616 for 1.19
And #23553 on main

Duplicate of #23593

@jolheiser jolheiser closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2023
@wxiaoguang
Copy link
Contributor

You can get 1.19 latest from https://dl.gitea.com/gitea/1.19/ , or docker gitea:1.19-dev

These contain the fix.

@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants