File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
<span class =" job-brief-name gt-mx-3 gt-ellipsis" >{{ job.name }}</span >
39
39
</a >
40
40
<span class =" job-brief-info" >
41
- <span class =" step-summary-duration" >{{ job.duration }}</span >
42
41
<SvgIcon name =" octicon-sync" role =" button" :data-tooltip-content =" locale.rerun" class =" job-brief-rerun gt-mx-3" @click =" rerunJob(index)" v-if =" job.canRerun && onHoverRerunIndex === job.id" />
42
+ <span class =" step-summary-duration" >{{ job.duration }}</span >
43
43
</span >
44
44
</div >
45
45
</div >
@@ -590,6 +590,7 @@ export function initRepositoryActionView() {
590
590
.job - brief- item .job - brief- link {
591
591
display: flex;
592
592
width: 100 % ;
593
+ min- width: 0 ;
593
594
}
594
595
595
596
.job - brief- item .job - brief- link span {
@@ -610,7 +611,6 @@ export function initRepositoryActionView() {
610
611
.job - brief- item .job - brief- info {
611
612
display: flex;
612
613
align- items: center;
613
- width: 55px ;
614
614
}
615
615
616
616
/* ================ */
You can’t perform that action at this time.
0 commit comments