Skip to content

Commit 62d5c66

Browse files
committed
[TASK] Add spacer classes
1 parent a23f2fc commit 62d5c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ContentBlocks/ContentElements/bootstrap-card/templates

ContentBlocks/ContentElements/bootstrap-card/templates/frontend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="c{data.uid}" class="card">
1+
<div id="c{data.uid}" class="card {data.space_before_class} {data.space_after_class}">
22
<f:switch expression="{data.imageorient}">
33
<f:case value="0">
44
<f:render section="imagetop" arguments="{_all}"/>

0 commit comments

Comments
 (0)