diff --git a/beta/src/components/MDX/MDXComponents.tsx b/beta/src/components/MDX/MDXComponents.tsx index faf80ce60..5fc260cc8 100644 --- a/beta/src/components/MDX/MDXComponents.tsx +++ b/beta/src/components/MDX/MDXComponents.tsx @@ -298,6 +298,7 @@ function IllustrationBlock({ } .mdx-illustration-block img { max-height: 200px; + width: auto; } .mdx-illustration-block li:after { top: 0;