-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 commit message hides commit status icon #7180
Labels
topic/ui
Change the appearance of the Gitea UI
Comments
I agree, icon should be always seen. Sometimes, the message is not cut and the "..." link is shown instead of icon. |
How does one get such a status icon? Does it need a CI? |
@silverwind https://try.gitea.io/api/v1/swagger#/repository/repoCreateStatus |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Jun 12, 2019
- Fix layout overflow in repo file list. - Fix invisible status icon in file view and commit list. In file view, the icon was moved to the left because I could not figure out a proper fix because of HTML tables. - Added title attribute to commit messages. - Fixed two CSS linter warnings in existing CSS. - Fixed CI variable check in 'make css'. Fixes: go-gitea#7180
lunny
pushed a commit
that referenced
this issue
Jun 14, 2019
- Fix layout overflow in repo file list. - Fix invisible status icon in file view and commit list. In file view, the icon was moved to the left because I could not figure out a proper fix because of HTML tables. - Added title attribute to commit messages. - Fixed two CSS linter warnings in existing CSS. - Fixed CI variable check in 'make css'. Fixes: #7180
jeffliu27
pushed a commit
to jeffliu27/gitea
that referenced
this issue
Jul 18, 2019
- Fix layout overflow in repo file list. - Fix invisible status icon in file view and commit list. In file view, the icon was moved to the left because I could not figure out a proper fix because of HTML tables. - Added title attribute to commit messages. - Fixed two CSS linter warnings in existing CSS. - Fixed CI variable check in 'make css'. Fixes: go-gitea#7180
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[x]
):Description
In the commits table (both in commits and pull request page), the commit status icon will be hidden if the commit message is too long.
I think the commit status icon is not part of the commit message. It'll be better if the icon is always shown.
Screenshots
The long commit message is truncated with ellipsis, hiding the commit status icon.
Narrow the browser, and the commit status icon appears.
The text was updated successfully, but these errors were encountered: