Skip to content

Commit

Permalink
Tiny gap when beta container
Browse files Browse the repository at this point in the history
  • Loading branch information
Fweddi committed Jan 16, 2025
1 parent 0764a1b commit c0ec4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export const Card = ({
}
if (isSmallCard) return 'medium';
if (isBetaContainer && media?.type === 'avatar') {
return 'small';
return 'tiny';
}
if (
isFlexibleContainer &&
Expand Down

0 comments on commit c0ec4c5

Please sign in to comment.