Browse Source

fix: Added min height for rich modal

pull/7046/head
Muhammed Mustafa 10 months ago
parent
commit
e85ddd00be
  1. 1
      packages/nc-gui/components/cell/RichText.vue

1
packages/nc-gui/components/cell/RichText.vue

@ -188,6 +188,7 @@ watch(editorDom, () => {
@apply !p-2;
max-height: calc(min(60vh, 100rem));
min-height: 8rem;
}
}

Loading…
Cancel
Save