mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
Fix markdown editor toolbox icons are bigger compare to write and preview. Doesn't look clean and consistent. (#4372)
This commit is contained in:
parent
e0e9536c82
commit
def8a1624f
File diff suppressed because one or more lines are too long
@ -83,7 +83,7 @@ const RichTextEditor = forwardRef<editorRef, RichTextEditorProp>(
|
||||
previewHighlight={previewHighlight}
|
||||
previewStyle={previewStyle}
|
||||
ref={richTextEditorRef}
|
||||
toolbarItems={[['bold', 'italic'], ['ul', 'ol'], ['link']]}
|
||||
toolbarItems={[['bold', 'italic', 'ul', 'ol', 'link']]}
|
||||
useCommandShortcut={useCommandShortcut}
|
||||
onChange={onChangeHandler}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user