-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Commit hashes are different sizes and overflow on homepage #30919
Comments
-> Fix some UI regressions for commit list #30920 |
Awesome, thanks! I forgot you could set flex-shrink to 0, lol |
wxiaoguang
added a commit
that referenced
this issue
May 10, 2024
Close #30919 --------- Co-authored-by: silverwind <me@silverwind.io>
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
May 10, 2024
Close go-gitea#30919 --------- Co-authored-by: silverwind <me@silverwind.io>
wxiaoguang
added a commit
that referenced
this issue
May 10, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Sorry if this is a dupe, I searched for everything that came to mind...
After upgrading to 1.22.0-rc1 the homepage has this problem with commit ids both in Firefox and Edge. This only happens for long commit messages and is reproducible on try.gitea.io if you can find or fake a long message. For example, go to Lunny’s activity and use dev tools to make one of the commit messages longer.
It seems to be fixed by adding
flex-shrink: 100;
to the commit message<span>
, but not sure if that will cause problems elsewhere. I’ve only played around in the browser tools.Thank you!
Screenshots
Gitea Version
1.22.0-rc1
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Firefox and MsEdge latest
The text was updated successfully, but these errors were encountered: