mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Add small css fixes for more link in experiment description [SCI-10519]
This commit is contained in:
parent
4c32ccd06a
commit
73b7572cd5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue