Skip to content

Commit

Permalink
Don't wrap PR IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 17, 2024
1 parent a37b5d3 commit c3620a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/jenkins/branch/ItemColumn/column.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.
</j:when>
<j:otherwise>
${it.getTitle(job)}
<span style="opacity: 0.75; margin-left: 0.625rem"><l:breakable value="${h.getRelativeDisplayNameFrom(job, itemGroup)}"/></span>
<span style="opacity: 0.75; margin-left: 0.625rem; white-space: nowrap;"><l:breakable value="${h.getRelativeDisplayNameFrom(job, itemGroup)}"/></span>
</j:otherwise>
</j:choose>
</a>
Expand Down

0 comments on commit c3620a4

Please sign in to comment.