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.
2 parents a7f9bf0 + 5c85d0d commit 8b10e7fCopy full SHA for 8b10e7f
src/main/resources/bootstrap5/card.jelly
@@ -22,13 +22,16 @@
22
<st:attribute name="class" use="optional" type="String">
23
Additional classes to be applied to the card.
24
</st:attribute>
25
+ <st:attribute name="bodyClass" use="optional" type="String">
26
+ Additional classes to be applied to the card-body.
27
+ </st:attribute>
28
29
</st:documentation>
30
31
<st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
32
33
<div class="card ${class}">
- <div class="card-body">
34
+ <div class="card-body ${bodyClass}">
35
<div class="card-title">
36
${title}
37
0 commit comments