@@ -377,7 +377,7 @@ export function initRepositoryActionView() {
377
377
< button class = " ui basic small compact button red" @click= " cancelRun()" v- else - if = " run.canCancel" >
378
378
{{ locale .cancel }}
379
379
< / button>
380
- < button class = " ui basic small compact button tw-mr-0 link-action" : data- url= " `${run.link}/rerun`" v- else - if = " run.canRerun" >
380
+ < button class = " ui basic small compact button tw-mr-0 tw-whitespace-nowrap link-action" : data- url= " `${run.link}/rerun`" v- else - if = " run.canRerun" >
381
381
{{ locale .rerun_all }}
382
382
< / button>
383
383
< / div>
@@ -386,8 +386,8 @@ export function initRepositoryActionView() {
386
386
< a class = " muted" : href= " run.commit.link" > {{ run .commit .shortSHA }}< / a>
387
387
{{ run .commit .localePushedBy }}
388
388
< a class = " muted" : href= " run.commit.pusher.link" > {{ run .commit .pusher .displayName }}< / a>
389
- < span class = " ui label" v- if = " run.commit.shortSHA" >
390
- < a : href= " run.commit.branch.link" > {{ run .commit .branch .name }}< / a>
389
+ < span class = " ui label tw-max-w-full " v- if = " run.commit.shortSHA" >
390
+ < a class = " gt-ellipsis " : href= " run.commit.branch.link" > {{ run .commit .branch .name }}< / a>
391
391
< / span>
392
392
< / div>
393
393
< / div>
@@ -426,8 +426,8 @@ export function initRepositoryActionView() {
426
426
427
427
< div class = " action-view-right" >
428
428
< div class = " job-info-header" >
429
- < div class = " job-info-header-left" >
430
- < h3 class = " job-info-header-title" >
429
+ < div class = " job-info-header-left gt-ellipsis " >
430
+ < h3 class = " job-info-header-title gt-ellipsis " >
431
431
{{ currentJob .title }}
432
432
< / h3>
433
433
< p class = " job-info-header-detail" >
@@ -503,6 +503,7 @@ export function initRepositoryActionView() {
503
503
display: flex;
504
504
align- items: center;
505
505
justify- content: space- between;
506
+ gap: 8px ;
506
507
}
507
508
508
509
.action - info- summary- title {
@@ -513,6 +514,7 @@ export function initRepositoryActionView() {
513
514
font- size: 20px ;
514
515
margin: 0 0 0 8px ;
515
516
flex: 1 ;
517
+ overflow- wrap: anywhere;
516
518
}
517
519
518
520
.action - commit- summary {
@@ -728,6 +730,10 @@ export function initRepositoryActionView() {
728
730
font- size: 12px ;
729
731
}
730
732
733
+ .job - info- header- left {
734
+ flex: 1 ;
735
+ }
736
+
731
737
.job - step- container {
732
738
max- height: 100 % ;
733
739
border- radius: 0 0 var (-- border- radius) var (-- border- radius);
0 commit comments