File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 >
@@ -634,6 +634,7 @@ export function ansiLogToHTML(line) {
634
634
.job - brief- item .job - brief- link {
635
635
display: flex;
636
636
width: 100 % ;
637
+ min- width: 0 ;
637
638
}
638
639
639
640
.job - brief- item .job - brief- link span {
@@ -654,7 +655,6 @@ export function ansiLogToHTML(line) {
654
655
.job - brief- item .job - brief- info {
655
656
display: flex;
656
657
align- items: center;
657
- width: 55px ;
658
658
}
659
659
660
660
/* ================ */
You can’t perform that action at this time.
0 commit comments