Skip to content

Commit ecf81cc

Browse files
committed
fix: ui
1 parent 0c043d7 commit ecf81cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="action-view-container">
33
<div class="action-view-header">
4-
<div class="action-info-summary">
4+
<div class="action-info-summary gt-ac">
55
<ActionRunStatus :status="run.status" :size="20"/>
66
<div class="action-title">
77
{{ run.title }}
@@ -30,7 +30,7 @@
3030
<div class="job-brief-item" v-for="(job, index) in run.jobs" :key="job.id">
3131
<a class="job-brief-link" :href="run.link+'/jobs/'+index">
3232
<ActionRunStatus :status="job.status"/>
33-
<span class="ui text">{{ job.name }}</span>
33+
<span class="ui text gt-mx-3">{{ job.name }}</span>
3434
</a>
3535
<button class="job-brief-rerun" @click="rerunJob(index)" v-if="job.canRerun">
3636
<SvgIcon name="octicon-sync" class="ui text black"/>
@@ -404,7 +404,6 @@ export function initRepositoryActionView() {
404404
}
405405
406406
.job-group-section .job-brief-list .job-brief-item .job-brief-link span {
407-
margin: 0 8px;
408407
display: flex;
409408
align-items: center;
410409
}

0 commit comments

Comments
 (0)