We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e999d31 commit 25d188cCopy full SHA for 25d188c
src/components/MDXComponents/Pre.tsx
@@ -81,6 +81,8 @@ export const CodeBlock: React.FC<MdxCodeChildrenProps> = ({
81
marginRight: "3rem",
82
overflow: "auto",
83
whiteSpace: isWrapped ? "pre-wrap" : undefined,
84
+ paddingBottom: "10px",
85
+ marginBottom: "-10px",
86
}}
87
dangerouslySetInnerHTML={{ __html: hlResult.value }}
88
/>
0 commit comments