mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 20:56:54 +00:00
fix(nc-gui): rich text row height issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user