word/finder: caption text width bound to figure box
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 7 Feb 2022 18:13:36 +0000 (19:13 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 10 Feb 2022 02:51:38 +0000 (03:51 +0100)
base.css

index 21dc14b76ef7709f8f2dda4ac9adb87fcf8f4338..0149f2fd7f5bf504e366fa9bdab7e4015438de5f 100644 (file)
--- 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;