Skip to content

Commit bf98062

Browse files
committed
style: update
1 parent 5e88c9a commit bf98062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/CodeBlock/components/NodeViewCodeBlock/NodeViewCodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function NodeViewCodeBlock(props: any) {
190190
return (
191191
<NodeViewWrapper className={clsx(styles.wrap, 'render-wrapper')}>
192192
<div ref={containerRef}
193-
className={clsx('richtext-node-container richtext-hover-shadow richtext-select-outline richtext-node-code-block', {
193+
className={clsx('richtext-node-container richtext-hover-shadow richtext-select-outline richtext-node-code-block !richtext-my-[10px]', {
194194
[styles.blockInfoEditable]: !isEditable,
195195
})}
196196
>

0 commit comments

Comments
 (0)