mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 20:49:49 -04:00
Add custom-link class to ProseMirror container for styling adjustments in editor component.
This commit is contained in:
@@ -258,7 +258,7 @@ function RichContent(props: {content: JSONContent; className?: string; size?: 's
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'ProseMirror',
|
||||
'ProseMirror custom-link',
|
||||
className,
|
||||
proseClass(size),
|
||||
String.raw`empty:prose-p:after:content-["\00a0"]`, // make empty paragraphs have height
|
||||
|
||||
Reference in New Issue
Block a user