Skip to content

Commit

Permalink
fix: renders portable text correctly in a card
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Aug 21, 2024
1 parent c572b4c commit 660a6a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class DefaultCardLayout extends LayoutConfiguration<e.Card> {
maxLines: maxDescriptionLines,
),
if (hasBlockContent)
Expanded(
Flexible(
child:
vyuh.content.buildContent(context, content.content!)),
],
Expand Down

0 comments on commit 660a6a0

Please sign in to comment.