[STYLE] Make figure caption adapat to content size
This commit is contained in:
parent
5a8cfa35ee
commit
38f1b9129a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue