@@ -377,7 +377,7 @@ export function initRepositoryActionView() {
377377 < button class = " ui basic small compact button red" @click= " cancelRun()" v- else - if = " run.canCancel" >
378378 {{ locale .cancel }}
379379 < / 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" >
381381 {{ locale .rerun_all }}
382382 < / button>
383383 < / div>
@@ -386,8 +386,8 @@ export function initRepositoryActionView() {
386386 < a class = " muted" : href= " run.commit.link" > {{ run .commit .shortSHA }}< / a>
387387 {{ run .commit .localePushedBy }}
388388 < 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>
391391 < / span>
392392 < / div>
393393 < / div>
@@ -426,8 +426,8 @@ export function initRepositoryActionView() {
426426
427427 < div class = " action-view-right" >
428428 < 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 " >
431431 {{ currentJob .title }}
432432 < / h3>
433433 < p class = " job-info-header-detail" >
@@ -503,6 +503,7 @@ export function initRepositoryActionView() {
503503 display: flex;
504504 align- items: center;
505505 justify- content: space- between;
506+ gap: 8px ;
506507}
507508
508509.action - info- summary- title {
@@ -513,6 +514,7 @@ export function initRepositoryActionView() {
513514 font- size: 20px ;
514515 margin: 0 0 0 8px ;
515516 flex: 1 ;
517+ overflow- wrap: anywhere;
516518}
517519
518520.action - commit- summary {
@@ -728,6 +730,10 @@ export function initRepositoryActionView() {
728730 font- size: 12px ;
729731}
730732
733+ .job - info- header- left {
734+ flex: 1 ;
735+ }
736+
731737.job - step- container {
732738 max- height: 100 % ;
733739 border- radius: 0 0 var (-- border- radius) var (-- border- radius);
0 commit comments