diff --git a/dotcom-rendering/src/components/Card/Card.tsx b/dotcom-rendering/src/components/Card/Card.tsx index b3bfdf49c8..874d19f0c0 100644 --- a/dotcom-rendering/src/components/Card/Card.tsx +++ b/dotcom-rendering/src/components/Card/Card.tsx @@ -788,6 +788,7 @@ export const Card = ({ shouldHide={isFlexSplash ? false : true} trailTextColour={trailTextColour} trailTextSize={trailTextSize} + padTop={headlinePosition === 'inner'} >
css` @@ -76,6 +81,7 @@ export const TrailTextWrapper = ({ shouldHide = true, trailTextSize = 'regular', trailTextColour = palette('--card-trail-text'), + padTop, }: Props) => { return (
{children}