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.
2 parents 6dd00a7 + 833b641 commit adfd7cfCopy full SHA for adfd7cf
apps/website/src/components/mdx-components/index.tsx
@@ -95,7 +95,10 @@ export const components: Record<string, any> = {
95
<div
96
{...props}
97
class={[
98
- cn('relative -mx-6 mb-6 max-h-[31.25rem] rounded-xl lg:-mx-8', props.class),
+ cn(
99
+ 'code-example relative -mx-6 mb-6 max-h-[31.25rem] rounded-xl lg:-mx-8',
100
+ props.class,
101
+ ),
102
]}
103
>
104
<CodeCopy class="absolute right-4 top-4" code={__rawString__} />
0 commit comments