-
-
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 long project name display in issue list and in related dropdown #23653
Conversation
…-23625 Fixed Conflict in web_src/css/helpers.css
Conflicts fixed |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #23653 +/- ##
========================================
Coverage 47.14% 47.14%
========================================
Files 1149 1155 +6
Lines 151446 152394 +948
========================================
+ Hits 71397 71849 +452
- Misses 71611 72070 +459
- Partials 8438 8475 +37
... and 43 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. |
This PR is to fix the second problem mentioned in #23625, along with the long texts problem in
issue-item-bottom-row
ofissuelist.tmpl
Main changes are:
max-width
to the search dropdowns in issue list and make the possible long texts inside to show ellipsis if texts are longword-break: break-word;
inissue-item-bottom-row
to break the possible long texts.After the PR
issuelist in repo (similar for pr list):
dropdowns with long name (Here take reference from github to deal with the long names cases: show ellipsis with no title, because all these options are clickable, and it might not be necessary to add titles to them ):
issue page (similar for pr page):
on PC: