fix(markdown): lists could overflow next to thumbnail

This commit is contained in:
Tom (plebeius.eth)
2025-02-20 12:47:06 +01:00
parent 23ce86c08f
commit 7172be4960
@@ -24,6 +24,7 @@
.markdown ol, .markdown ul {
padding-left: 1em;
display: inline-block;
}
.embedButton {