Truncate creation in list (#3952)

This commit is contained in:
qwerty287
2024-07-21 15:00:15 +02:00
committed by GitHub
parent aa8db526d3
commit 0863f5df8f
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
<div class="flex space-x-2 items-center min-w-0" :title="$t('repo.pipeline.created', { created })">
<Icon name="since" />
<span>{{ since }}</span>
<span class="truncate">{{ since }}</span>
</div>
</div>
</div>