mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-29 02:41:06 +00:00
Truncate creation in list (#3952)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user