From 7172be4960553307350d2a5d41d6b7d54f814010 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Thu, 20 Feb 2025 12:47:06 +0100 Subject: [PATCH] fix(markdown): lists could overflow next to thumbnail --- src/components/markdown/markdown.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/markdown/markdown.module.css b/src/components/markdown/markdown.module.css index fe24b0b0..bf5bcd6e 100644 --- a/src/components/markdown/markdown.module.css +++ b/src/components/markdown/markdown.module.css @@ -24,6 +24,7 @@ .markdown ol, .markdown ul { padding-left: 1em; + display: inline-block; } .embedButton {