-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix commits table regression #25710
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
Fix commits table regression #25710
Conversation
It does work on my machine in Firefox and in Chrome... I wonder what the difference is. I explicitly set |
Need to re-check, I now see the previous code also had |
The non-wrap issue in also present in main branch. I will try to come up with a fix |
Turns out only |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Remove unused code (go-gitea#25734) Fix commits table regression (go-gitea#25710) Fix inconsistent user profile layout across tabs (go-gitea#25625) Simplify the LFS GC logger usage (go-gitea#25717) Allow/fix review (approve/reject) of empty PRs (go-gitea#25690) Correct permissions for `.ssh` and `authorized_keys` (go-gitea#25721) Sync branches when mirroring (go-gitea#25722)
Fixes #25693
The commits table appearance fix in #25634 was incomplete and caused a regression. This PR fixes that issue and removes some unneeded CSS classes because of the proper fix.
Before
After