From 38f1b9129a399ccebe8f0a20b0b41f001f4a8784 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Fri, 22 May 2020 17:01:30 +0200 Subject: [PATCH] [STYLE] Make figure caption adapat to content size --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 6ade7df..d3544fa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -525,6 +525,8 @@ a:focus { } .article-body figure.border figcaption { background-color: var(--background-color-light); + min-width: 100%; + display: inline-block; } .article-body figure>a { display: block;