fix(nc-gui): rich text row height issue

This commit is contained in:
Ramesh Mane
2024-01-17 07:24:57 +00:00
parent b320191fb8
commit f5cd8c63c4
2 changed files with 3 additions and 3 deletions

View File

@@ -180,7 +180,7 @@ watch(editorDom, () => {
<EditorContent
ref="editorDom"
:editor="editor"
class="flex flex-col nc-textarea-rich-editor w-full"
class="flex flex-col nc-textarea-rich-editor w-full overflow-hidden"
:class="{
'ml-1 mt-2.5 flex-grow': props.fullMode,
'nc-scrollbar-md': (!props.fullMode && !props.readonly) || isExpandedFormOpen,