diff --git a/packages/nc-gui/components/cell/RichText.vue b/packages/nc-gui/components/cell/RichText.vue index 4038611637..62947a87ff 100644 --- a/packages/nc-gui/components/cell/RichText.vue +++ b/packages/nc-gui/components/cell/RichText.vue @@ -250,8 +250,16 @@ onClickOutside(editorDom, (e) => { !fullMode && readOnly && rowHeight && !isExpandedFormOpen && !isForm, }" /> -
- +
+
+ +
diff --git a/packages/nc-gui/components/smartsheet/Form.vue b/packages/nc-gui/components/smartsheet/Form.vue index cdd0b8fafd..131daf02df 100644 --- a/packages/nc-gui/components/smartsheet/Form.vue +++ b/packages/nc-gui/components/smartsheet/Form.vue @@ -928,9 +928,6 @@ useEventListener( '!hover:bg-white !ring-0 !cursor-auto': isLocked, }, ]" - :style="{ - transition: 'height 1s ease-in', - }" :data-title="element.title" data-testid="nc-form-fields" @click.stop="onFormItemClick(element)"