File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" action-view-container" >
3
3
<div class =" action-view-header" >
4
- <div class =" action-info-summary" >
4
+ <div class =" action-info-summary gt-ac " >
5
5
<ActionRunStatus :status =" run.status" :size =" 20" />
6
6
<div class =" action-title" >
7
7
{{ run.title }}
30
30
<div class =" job-brief-item" v-for =" (job, index) in run.jobs" :key =" job.id" >
31
31
<a class =" job-brief-link" :href =" run.link+'/jobs/'+index" >
32
32
<ActionRunStatus :status =" job.status" />
33
- <span class =" ui text" >{{ job.name }}</span >
33
+ <span class =" ui text gt-mx-3 " >{{ job.name }}</span >
34
34
</a >
35
35
<button class =" job-brief-rerun" @click =" rerunJob(index)" v-if =" job.canRerun" >
36
36
<SvgIcon name =" octicon-sync" class =" ui text black" />
@@ -404,7 +404,6 @@ export function initRepositoryActionView() {
404
404
}
405
405
406
406
.job - group- section .job - brief- list .job - brief- item .job - brief- link span {
407
- margin: 0 8px ;
408
407
display: flex;
409
408
align- items: center;
410
409
}
You can’t perform that action at this time.
0 commit comments