We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcf34a commit d075967Copy full SHA for d075967
ci/template.html
@@ -502,17 +502,18 @@
502
padding: 10px 30px;
503
margin: 0;
504
font-size: 12px;
505
- word-break: break-all;
506
- display: grid;
507
}
508
509
.build-info {
510
padding-right: .3rem;
511
padding-left: .3rem;
+ overflow: hidden;
+ text-overflow: ellipsis;
512
+ white-space: nowrap;
513
514
515
.build-summary {
- display: inline-flex;
516
+ display: flex;
517
518
519
.tag-image {
0 commit comments