-
Bug
-
Resolution: Fixed
-
Minor
-
-
2.1195.v59ce1b_b_f1f8f
After Update to 2.1193.v64a_61471c489 the name for branches are displayed wrong.
The text is displayed as sub text
- is caused by
-
JENKINS-60082 Add PR titles into the PullRequests view in Jenkins GitHub Organization
-
- Resolved
-
- links to
I noticed this issue as well, it's to do with the way that Jenkins inserts <wbr> tags around punctuation combined with the use of `display: inline-flex`.
<wbr> tags are inserted here: https://github.com/jenkinsci/jenkins/blob/e1f99468fd81d6aa52dc434fefc6e0420e1cb449/core/src/main/java/hudson/Functions.java#L2437-L2444
You can fix it with custom CSS ($JENKINS_URL/manage/appearance/)