-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Repo branch page: label size, PR ref, new PR button alignment #15363
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
Repo branch page: label size, PR ref, new PR button alignment #15363
Conversation
I think the approach of having to add classes to every link is not ideal. A purely JS-based link detection would surely work better without burdening us to add those classes everywhere. Thought, adding it is fine for now. |
Could you post a screenshot comparison? |
Codecov Report
@@ Coverage Diff @@
## main #15363 +/- ##
==========================================
+ Coverage 43.98% 44.02% +0.04%
==========================================
Files 681 681
Lines 82230 82230
==========================================
+ Hits 36168 36202 +34
+ Misses 40143 40123 -20
+ Partials 5919 5905 -14
Continue to review full report at Codecov.
|
Co-authored-by: zeripath <[email protected]>
This PR fixes the above tiny bits.
I'll try my best to backport this and #15276 now.