Browse Source

fix: Expand icon for long text & rich text, should become visible on hover / on click. Not always #7210

pull/7218/head
Ramesh Mane 9 months ago
parent
commit
f34fe0d564
  1. 2
      packages/nc-gui/components/cell/TextArea.vue

2
packages/nc-gui/components/cell/TextArea.vue

@ -239,7 +239,7 @@ watch(editEnabled, () => {
<NcTooltip
v-if="!isVisible"
placement="bottom"
class="!absolute right-0 bottom-1 nc-text-area-expand-btn"
class="!absolute right-0 bottom-1 hidden nc-text-area-expand-btn"
:class="{ 'right-0 bottom-1': editEnabled, '!bottom-0': !isRichMode }"
>
<template #title>{{ $t('title.expand') }}</template>

Loading…
Cancel
Save