1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-11 13:59:36 +02:00

restore old width

This commit is contained in:
pat-s 2024-12-30 12:50:51 +01:00
parent c9b80cf282
commit afded85914
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -2,7 +2,7 @@
<ListItem v-if="pipeline" class="p-0 w-full">
<div class="flex items-center col-span-4">
<div
class="h-full w-2"
class="h-full w-3"
:class="{
'bg-wp-state-warn-100': pipeline.status === 'pending',
'bg-wp-error-100 dark:bg-wp-error-200': pipelineStatusColors[pipeline.status] === 'red',