-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Long "last commit" message overflows grid cell to the right. #33409
Comments
There are differences in how some of the standards are interpreted by different rendering engines. This seems to be one of them. Specifying the |
Hmm, I think adding |
-> Fix flex width #33414 |
Backport #33414 by wxiaoguang Fix #33409 Co-authored-by: wxiaoguang <[email protected]>
Description
The last commit line in code view overflows the designated line if the commit message is long (it runs until the end of the outer grid).
This seems to be related to an unconstrained grid element in CSS.
Selector in question:
#repo-files-table .repo-file-last-commit
Simple fix: add "width:100%" to that selector to ensure it is constrained and not growing out of bounds.
Screenshots
Gitea Version
1.23.1
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
Windows 10 22H2
Browser Version
Pale Moon 33.5.1
The text was updated successfully, but these errors were encountered: