Skip to content

Commit d075967

Browse files
committed
Truncate long text in the build info section
1 parent dfcf34a commit d075967

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ci/template.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -502,17 +502,18 @@
502502
padding: 10px 30px;
503503
margin: 0;
504504
font-size: 12px;
505-
word-break: break-all;
506-
display: grid;
507505
}
508506

509507
.build-info {
510508
padding-right: .3rem;
511509
padding-left: .3rem;
510+
overflow: hidden;
511+
text-overflow: ellipsis;
512+
white-space: nowrap;
512513
}
513514

514515
.build-summary {
515-
display: inline-flex;
516+
display: flex;
516517
}
517518

518519
.tag-image {

0 commit comments

Comments
 (0)