Skip to content

Commit 70de4cc

Browse files
committed
Add custom-link class to ProseMirror container for styling adjustments in editor component.
1 parent 4398878 commit 70de4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/widgets/editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function RichContent(props: {content: JSONContent; className?: string; size?: 's
258258
return (
259259
<div
260260
className={clsx(
261-
'ProseMirror',
261+
'ProseMirror custom-link',
262262
className,
263263
proseClass(size),
264264
String.raw`empty:prose-p:after:content-["\00a0"]`, // make empty paragraphs have height

0 commit comments

Comments
 (0)