mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-10 08:32:24 +00:00
Increase left padding for repo items (#4669)
This commit is contained in:
parent
7d64138855
commit
5082b618b0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<template v-if="lastPipeline">
|
||||
<div class="flex min-w-0 flex-1 items-center gap-x-1">
|
||||
<PipelineStatusIcon v-if="lastPipeline" :status="lastPipeline.status" />
|
||||
<span class="overflow-hidden overflow-ellipsis whitespace-nowrap">{{ shortMessage }}</span>
|
||||
<span class="overflow-hidden overflow-ellipsis whitespace-nowrap pl-1">{{ shortMessage }}</span>
|
||||
</div>
|
||||
|
||||
<div class="ml-auto flex flex-shrink-0 items-center gap-x-1">
|
||||
|
|
Loading…
Reference in a new issue