[STYLE] Make figure caption adapat to content size

This commit is contained in:
Gregory Trolliet 2020-05-22 17:01:30 +02:00
parent 5a8cfa35ee
commit 38f1b9129a
1 changed files with 2 additions and 0 deletions

View File

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