Skip to content

Commit

Permalink
Merge pull request #492 from jenkinsci/fixup-476
Browse files Browse the repository at this point in the history
[JENKINS-74783] Fix job name line break behavior in Firefox
  • Loading branch information
jglick authored Oct 29, 2024
2 parents 64a6147 + 86aef7c commit 59ce1bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/jenkins/branch/ItemColumn/column.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ THE SOFTWARE.
<d:taglib uri="local">
<d:tag name="link">
<a href="${jobBaseUrl}${job.shortUrl}" class='model-link jenkins-table__link'>
<l:breakable value="${h.getRelativeDisplayNameFrom(job, itemGroup)}"/>
<span>
<l:breakable value="${h.getRelativeDisplayNameFrom(job, itemGroup)}"/>
</span>
</a>
</d:tag>
</d:taglib>
Expand Down

0 comments on commit 59ce1bb

Please sign in to comment.