We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a15fa commit e3ab5a7Copy full SHA for e3ab5a7
src/main/resources/com/jenkinsci/plugins/badge/action/BadgeAction/badge.jelly
@@ -33,7 +33,7 @@ THE SOFTWARE.
33
</j:if>
34
35
<j:if test="${it.iconPath == null && 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>
+ <span style="padding:1px;border:${it.border} solid ${it.borderColor};margin:0px;background:${it.background};color:${it.color}">${it.text}</span>
37
38
39
<j:if test="${it.iconPath == null && it.link != null}">
0 commit comments