From ec7fab863266a558beebfd0963677d558caacde1 Mon Sep 17 00:00:00 2001 From: Karthikeyan Padaikathu Date: Thu, 14 Nov 2024 19:47:11 -0800 Subject: [PATCH] Bug fix for #9186 --- src/mdx/code.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mdx/code.js b/src/mdx/code.js index 65325860fa1..f065a48b738 100644 --- a/src/mdx/code.js +++ b/src/mdx/code.js @@ -54,6 +54,7 @@ const MonoText = props => ( adjust to the width of the container // https://stackoverflow.com/a/14406386 @@ -64,6 +65,7 @@ const CodeBlock = ({children, code, className, style}) => ( }} >