Merge pull request #7363 from sboursen-scinote/sb_SCI-10519

Add small css fixes for more link in experiment description [SCI-10519]
This commit is contained in:
aignatov-bio 2024-03-26 09:18:06 +01:00 committed by GitHub
commit 76b7c93451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
v-html="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>
<span v-if="shouldTruncateText" @click.stop="showDescriptionModal" class="text-sn-blue cursor-pointer shrink-0 text-xs">{{ i18n.t('experiments.card.more') }}</span>
</div>
</div>
</template>

View file

@ -1475,7 +1475,7 @@ en:
completed_task: "Completed"
completed_value: "%{completed}/%{all} tasks"
description: "Description"
more: "More"
more: "more"
index:
edit_option: "Edit"
clone_option: "Duplicate"