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.
This commit is contained in:
Iain Learmonth 2026-03-08 16:03:18 +00:00
parent 6b8fb3b470
commit 84e2be7748

View file

@ -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;