From d08e6069c69af98c82e3bba61ccccb14f2e76c7a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 7 Feb 2022 19:13:36 +0100 Subject: [PATCH] word/finder: caption text width bound to figure box --- base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base.css b/base.css index 21dc14b..0149f2f 100644 --- a/base.css +++ b/base.css @@ -678,6 +678,8 @@ figcaption { background: rgba(255, 255, 255, .66); right: 0; bottom: 0; + max-width: 100%; + box-sizing: border-box; } img { vertical-align: bottom; -- 2.30.0