Browse Source

fix : fixed column header element

pull/7163/head
musharaf-nocodb 12 months ago
parent
commit
b353c912e6
  1. 2
      packages/nc-gui/components/smartsheet/header/Cell.vue

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

@ -103,7 +103,7 @@ const onClick = (e: Event) => {
> >
<template #title> {{ column.title }} </template> <template #title> {{ column.title }} </template>
<span :class="{ truncate: !isForm }" :data-test-id="column.title"> <span :data-test-id="column.title">
{{ column.title }} {{ column.title }}
</span> </span>
</NcTooltip> </NcTooltip>

Loading…
Cancel
Save