From a4fc8310cacd3367a359d652eb8617454a7c5483 Mon Sep 17 00:00:00 2001 From: Frederick O'Brien Date: Thu, 2 Jul 2026 16:17:31 +0100 Subject: [PATCH] Adjust series link padding to handle longer titles --- dotcom-rendering/src/components/SeriesSectionLink.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotcom-rendering/src/components/SeriesSectionLink.tsx b/dotcom-rendering/src/components/SeriesSectionLink.tsx index fae4d263d26..c043997ab87 100644 --- a/dotcom-rendering/src/components/SeriesSectionLink.tsx +++ b/dotcom-rendering/src/components/SeriesSectionLink.tsx @@ -187,7 +187,8 @@ const breakWord = css` const sectionPadding = (design: ArticleDesign) => { if (design === ArticleDesign.Gallery) { return css` - padding: 0 ${space[2]}px 0 ${space[3]}px; + line-height: 1.15; + padding: ${space[1]}px ${space[2]}px ${space[1]}px ${space[3]}px; ${between.mobileLandscape.and.tablet} { padding-left: ${space[5]}px;