From dea9d644c51fcaea473e4ab37ada797764a56911 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 23 Oct 2022 15:24:42 +0300 Subject: [PATCH] Fix links being weird in img captions --- static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index bec3dea..0420253 100644 --- a/static/default.css +++ b/static/default.css @@ -897,7 +897,7 @@ body[data-rrh-addr^="/interwiki"] main form + form { width: 100%; display: table-row; } - .img-gallery_layout-normal figure a { + .img-gallery_layout-normal figure > a { display: table-cell; } .img-gallery_layout-normal figure figcaption {