Skip to content

Commit ce1c8fd

Browse files
committed
Bugfix: Add additional div for supportingText
Missing div leads to unwanted behavior
1 parent 9405fbe commit ce1c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/Atom/PrimaryTitle.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prototype(TechDivision.Card:Atom.PrimaryTitle) < prototype(Neos.Fusion:Component
99
<h3>
1010
{props.cardTitle}
1111
</h3>
12-
{props.secondaryText}
12+
<div>{props.secondaryText}</div>
1313
</TechDivision.Card:Augmenter.PrimaryTitleAugmenter>
1414
`
1515
}

0 commit comments

Comments
 (0)