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

Width issue with repo-files-table layout in Firefox #22413

Closed
aschrijver opened this issue Jan 12, 2023 · 3 comments
Closed

Width issue with repo-files-table layout in Firefox #22413

aschrijver opened this issue Jan 12, 2023 · 3 comments
Labels
issue/duplicate The issue has already been reported. type/bug

Comments

@aschrijver
Copy link

Description

When the message in the commit-summary element is too long then the table scales beyond the page width. See screenshot. This is independent of the theme chosen (tested with Forgejo and Codeberg theme).

Easily reproduced by doing "Inspect" in the browser and typing extra text in https://try.gitea.io
Firefox version 108.0.1 (64-bit) on Ubuntu 22.04.1 LTS (5.15.0-57-generic)

(First reported downstream in Forgejo/#235)

Gitea Version

1.18.0+50-g5a46a564 (codeberg)

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

Screenshot of layout issue

Git Version

No response

Operating System

No response

How are you running Gitea?

This occurs in the current Codeberg installation.

Database

None

@silverwind
Copy link
Member

I think this can be solved elegantly by removing the header from the table and instead make it a separate flexbox with proper CSS truncation. Vertical centering will also be better than what is possible with current table layout.

@lunny
Copy link
Member

lunny commented Jan 18, 2023

duplicated with #22360

@silverwind
Copy link
Member

Closing in favor of #22360.

@yardenshoham yardenshoham added the issue/duplicate The issue has already been reported. label Jan 19, 2023
@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
issue/duplicate The issue has already been reported. type/bug
Projects
None yet
Development

No branches or pull requests

4 participants