Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8157b58

Browse files
committed
fix: code container
1 parent acff629 commit 8157b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mdx-components/codeblock/react-live-block.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function ReactLiveBlock({ editable, rawCode, ...rest }) {
5656
<LiveCodePreview zIndex='1' />
5757
<Box position='relative' zIndex='0'>
5858
{editable && (
59-
<CodeContainer>
59+
<CodeContainer padding='5'>
6060
<LiveEditor onChange={onChange} style={liveEditorStyle} />
6161
</CodeContainer>
6262
)}

0 commit comments

Comments
 (0)