Fix figure tag display issue (#514)

This commit is contained in:
^L^ King
2024-12-21 23:41:05 +01:00
committed by GitHub
parent 83a4952e5c
commit f56b502827
+4
View File
@@ -211,6 +211,10 @@ img {
overflow: hidden;
}
figure {
width: fit-content;
}
figure img,
figure video {
margin-bottom: 0;