Skip to content

Commit

Permalink
Fix job name line break behavior in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Oct 29, 2024
1 parent 64a6147 commit 86aef7c
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 86aef7c

Please sign in to comment.