Remove title for experiment description [SCI-10281] (#7204)

This commit is contained in:
ajugo 2024-03-06 14:11:33 +01:00 committed by GitHub
parent e15387ccde
commit bd22084298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,11 +7,10 @@
'line-clamp-1': params.dtComponent.currentViewRender === 'table',
'line-clamp-2': params.dtComponent.currentViewRender === 'cards'
}"
:title="params.data.sa_description"
@click.stop="showDescriptionModal"
v-html="params.data.sa_description">
</span>
<span v-else class="grow" v-html="params.data.sa_description" :title="params.data.sa_description"></span>
<span v-else class="grow" v-html="params.data.sa_description"></span>
<span v-if="shouldTruncateText" @click.stop="showDescriptionModal" class="text-sn-blue cursor-pointer shrink-0 text-sm">{{ i18n.t('experiments.card.more') }}</span>
</div>
</div>