Skip to content

Commit

Permalink
Improve handling
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty287 committed Oct 23, 2022
1 parent cf8b109 commit 1224747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/components/repo/pipeline/PipelineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
<div class="<md:hidden flex items-center flex-shrink-0">
<Icon v-if="pipeline.event === 'cron'" name="stopwatch" class="text-color" />
<img v-else class="w-8" :src="pipeline.author_avatar" />
<span class="text-color px-2">#{{ pipeline.number }} - </span>
</div>

<div class="w-full md:w-auto md:mx-4 flex items-center min-w-0">
<span class="text-color-alt <md:hidden">#{{ pipeline.number }}</span>
<span class="text-color-alt <md:hidden mx-2">-</span>
<span class="text-color <md:underline whitespace-nowrap overflow-hidden overflow-ellipsis">{{ message }}</span>
</div>

Expand Down

0 comments on commit 1224747

Please sign in to comment.