mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
fix(#2978): implement inlineLink functionality
This commit is contained in:
@@ -121,8 +121,7 @@ export function RichInput({ value, onChange, style, className, editorClassName,
|
||||
"data-editor": "true",
|
||||
"data-fullscreen": isFullscreen ? "true" : "false",
|
||||
class: cn(
|
||||
"group/editor overflow-y-auto p-3 pb-4",
|
||||
"prose prose-sm prose-zinc dark:prose-invert max-w-none",
|
||||
"wysiwyg group/editor overflow-y-auto p-3 pb-4",
|
||||
"rounded-md rounded-t-none border outline-none focus-visible:border-ring",
|
||||
"[td:has(.selectedCell)]:bg-primary",
|
||||
"data-[fullscreen=false]:max-h-[400px] data-[fullscreen=false]:min-h-[100px]",
|
||||
|
||||
Reference in New Issue
Block a user