Add small css fixes for more link in experiment description [SCI-10519]

This commit is contained in:
sboursen-scinote 2024-03-25 12:54:23 +01:00
parent 4c32ccd06a
commit 73b7572cd5
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"