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 0186a87 commit 9c7c33aCopy full SHA for 9c7c33a
packages/mdx/src/client/code.tsx
@@ -29,7 +29,7 @@ export function InnerCode({
29
!props.files[0].name
30
) {
31
return (
32
- <div className="ch-codeblock no-prose">
+ <div className="ch-codeblock not-prose">
33
<CodeSpring
34
className="ch-code"
35
config={props.codeConfig}
@@ -43,7 +43,7 @@ export function InnerCode({
43
onTabClick,
44
}
45
46
- <div className="ch-codegroup no-prose">
+ <div className="ch-codegroup not-prose">
47
<EditorSpring {...props} frameProps={frameProps} />
48
</div>
49
)
0 commit comments