-
-
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
Fix the overflow style for "Hide all checks" #27932
Conversation
We could hugely simplify it to something like
I think the old code is the right thing to do instead of Each item had its own border-top, everything should be OK, there is no need to tweak I do not understand the new change. |
On Mac, scroll down a bit then scroll up fast with elastic scrolling enabled. Previously it showed the border-top on the first item which was ugly. Now that the border is on the header and between items, it looks better. |
Do you mean this? a03d597 |
* giteaofficial/main: Fix citation error when the file size is larger than 1024 bytes (go-gitea#27958) Use flex-container on user dashboard (go-gitea#27956) Document REACTION_MAX_USER_NUM setting option (go-gitea#27954) Add word-break to repo description in home page (go-gitea#27924) Remove go versions from .golangci.yml (go-gitea#27953) Fix the overflow style for "Hide all checks" (go-gitea#27932) Fix rendering assignee changed comments without assignee (go-gitea#27927) Add word break to release title (go-gitea#27942)
Fix go-gitea#27928 --------- Co-authored-by: silverwind <me@silverwind.io>
Fix #27928