-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detailtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Description
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
Metadata
Metadata
Assignees
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detailtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug