From 84e2be7748ae739597d2accf26afb270c9dd9468 Mon Sep 17 00:00:00 2001 From: irl Date: Sun, 8 Mar 2026 16:03:18 +0000 Subject: [PATCH] fix: display link as inline block This stops the SVG from dropping outside the box when a localised string is longer than the box can hold. --- src/snapshots/templates/article.css.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshots/templates/article.css.j2 b/src/snapshots/templates/article.css.j2 index ddc3588..2e937c7 100644 --- a/src/snapshots/templates/article.css.j2 +++ b/src/snapshots/templates/article.css.j2 @@ -143,7 +143,7 @@ figcaption { .snap-footer-link { box-sizing: border-box; color: #333; - display: block; + display: inline-block; max-width: 335px; width: 100%; border: 1px solid #e0dfdd;