Skip to content

Commit

Permalink
Add requirement to megaboosted cards as well
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 22, 2025
1 parent 3680a0b commit 94366d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotcom-rendering/src/components/FlexibleGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ const decideCardProperties = (
},
imageSize: 'jumbo',
liveUpdatesPosition: 'outer',
supportingContentAlignment: 'horizontal',
supportingContentAlignment:
supportingContentLength >= 2 ? 'horizontal' : 'vertical',
};
case 'boost':
default:
Expand Down

0 comments on commit 94366d8

Please sign in to comment.