Skip to content

Commit

Permalink
BUGFIX: #201
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution authored Apr 30, 2022
1 parent db71f16 commit 94544e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Components/Card.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getProcessedData(array $processedData, array $flexconf): array
}
// class
$cardClass = 'card';
$cardClass = $processedData['class'];
$cardClass .= $processedData['class'];
$cardClass .= !empty($parentflexconf['equalHeight']) ? ' h-100' : '';

if ( $processedData['data']['tx_t3sbootstrap_textcolor'] ) {
Expand Down

0 comments on commit 94544e9

Please sign in to comment.