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 5e88c9a commit bf98062Copy full SHA for bf98062
src/extensions/CodeBlock/components/NodeViewCodeBlock/NodeViewCodeBlock.tsx
@@ -190,7 +190,7 @@ export function NodeViewCodeBlock(props: any) {
190
return (
191
<NodeViewWrapper className={clsx(styles.wrap, 'render-wrapper')}>
192
<div ref={containerRef}
193
- className={clsx('richtext-node-container richtext-hover-shadow richtext-select-outline richtext-node-code-block', {
+ className={clsx('richtext-node-container richtext-hover-shadow richtext-select-outline richtext-node-code-block !richtext-my-[10px]', {
194
[styles.blockInfoEditable]: !isEditable,
195
})}
196
>
0 commit comments