-
-
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 code view (diff) broken layout #23096
Conversation
9cfec6d
to
b90c4e2
Compare
Yes, I have tested, that's in |
Thanks @wxiaoguang. I have done some testing and it looks like this fixes the problem without any noticeable regressions. So, functionally it works as expected. I don't feel experienced enough with html / css to approve the PR myself from the technical point of view though. |
Since it works, I hope I can receive a LGTM from you later. No hurry, take enough time to test till you feel it works really well. And no worry, I will fix all bugs caused by me. |
Codecov Report
@@ Coverage Diff @@
## main #23096 +/- ##
===========================================
- Coverage 47.14% 0 -47.15%
===========================================
Files 1149 0 -1149
Lines 151446 0 -151446
===========================================
- Hits 71397 0 -71397
+ Misses 71611 0 -71611
+ Partials 8438 0 -8438 see 1149 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Close go-gitea#22911 I think it's ready for review now, feel free to test it, welcome to help to improve. ### Before ![image](https://user-images.githubusercontent.com/2114189/220958734-06871615-b498-4143-8449-3d443f08ffaa.png) ### After ![image](https://user-images.githubusercontent.com/2114189/220958621-0dce2728-57b8-4a1f-ac5d-48c7c2d42f5c.png)
Backport #23096 by @wxiaoguang Close #22911 I think it's ready for review now, feel free to test it, welcome to help to improve. ### Before ![image](https://user-images.githubusercontent.com/2114189/220958734-06871615-b498-4143-8449-3d443f08ffaa.png) ### After ![image](https://user-images.githubusercontent.com/2114189/220958621-0dce2728-57b8-4a1f-ac5d-48c7c2d42f5c.png) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* giteaoffical/main: Fix image border-radius (go-gitea#23886) [skip ci] Updated translations via Crowdin Scroll collapsed file into view (go-gitea#23702) docs: make the required backticks in email password more explicit (go-gitea#23923) docs: fix typo (go-gitea#23924) Update docs markdown file weight to make it clear (go-gitea#23909) Add activity feeds API (go-gitea#23494) Fix code view (diff) broken layout (go-gitea#23096) Use ghost user if package creator does not exist (go-gitea#23822) Org pages style fixes (go-gitea#23901) User/Org Feed render description as per web (go-gitea#23887)
Close #22911
I think it's ready for review now, feel free to test it, welcome to help to improve.
Before
After