Skip to content

Commit e3ab5a7

Browse files
committed
JENKINS-52287 remove style display:inline from badge template
1 parent c2a15fa commit e3ab5a7

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/jenkinsci/plugins/badge/action/BadgeAction

1 file changed

+1
-1
lines changed

src/main/resources/com/jenkinsci/plugins/badge/action/BadgeAction/badge.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333
</j:if>
3434

3535
<j:if test="${it.iconPath == null &amp;&amp; it.link == null}">
36-
<span style="display:inline;padding:1px;border:${it.border} solid ${it.borderColor};margin:0px;background:${it.background};color:${it.color}">${it.text}</span>
36+
<span style="padding:1px;border:${it.border} solid ${it.borderColor};margin:0px;background:${it.background};color:${it.color}">${it.text}</span>
3737
</j:if>
3838

3939
<j:if test="${it.iconPath == null &amp;&amp; it.link != null}">

0 commit comments

Comments
 (0)