Browse Source

fix: tooltip overlap

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test/quick-run
Raju Udava 1 year ago
parent
commit
524e12d93c
  1. 7
      packages/nc-gui/components/smartsheet/header/Cell.vue
  2. 1
      packages/nc-gui/components/smartsheet/header/VirtualCell.vue

7
packages/nc-gui/components/smartsheet/header/Cell.vue

@ -71,12 +71,7 @@ const openDropDown = () => {
'self-start': isForm || isSurveyForm,
}"
/>
<div
v-if="column"
class="name pl-1"
:class="{ 'cursor-pointer pt-0.25': !isForm && isUIAllowed('fieldEdit') && !hideMenu }"
:title="column.title"
>
<div v-if="column" class="name pl-1" :class="{ 'cursor-pointer pt-0.25': !isForm && isUIAllowed('fieldEdit') && !hideMenu }">
{{ column.title }}
</div>

1
packages/nc-gui/components/smartsheet/header/VirtualCell.vue

@ -137,7 +137,6 @@ const closeAddColumnDropdown = () => {
<span
class="name pl-1"
:class="{ 'truncate': !isForm || !isExpandedForm, 'whitespace-pre-line': isForm || isExpandedForm }"
:title="column.title"
>
{{ column.title }}
</span>

Loading…
Cancel
Save