Skip to content

Commit 3161b5f

Browse files
authored
Merge pull request #14321 from guardian/doml/sublinks-newsletter
Newsletter cards need spacing on desktop
2 parents 77177eb + afed59b commit 3161b5f

File tree

1 file changed

+3
-1
lines changed
  • dotcom-rendering/src/components/Card

1 file changed

+3
-1
lines changed

dotcom-rendering/src/components/Card/Card.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,9 @@ export const Card = ({
708708
(imagePositionOnMobile === 'bottom' ||
709709
isMediaCard(format)))
710710
}
711-
fillBackgroundOnDesktop={isBetaContainer && isMediaCard(format)}
711+
fillBackgroundOnDesktop={
712+
isBetaContainer && isMediaCardOrNewsletter
713+
}
712714
/>
713715
);
714716

0 commit comments

Comments
 (0)