Fix figure tag display issue (#514)
This commit is contained in:
parent
83a4952e5c
commit
f56b502827
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ img {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
figure img,
|
figure img,
|
||||||
figure video {
|
figure video {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue