From 210cca9a44f1322d4844d259c4d6bcd39557817b Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Thu, 16 Mar 2023 09:58:54 +0000 Subject: [PATCH] fix svg width --- app/src/components/markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/markdown.tsx b/app/src/components/markdown.tsx index abe711f..8bd7817 100644 --- a/app/src/components/markdown.tsx +++ b/app/src/components/markdown.tsx @@ -45,7 +45,7 @@ const ImagePreview = styled.div` text-align: center; img { - max-width: 100%; + max-width: 30rem !important; display: block; } `;