Makes job badges in the pipeline much wider, for pipelines where the jobs have long names.
Wide Build Jobs on GitLab by hachque
Details
Authorhachque
LicenseNo License
Categorygitlab
Created
Updated
Size587 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide Build Jobs on GitLab
@version 20210821.04.27
@namespace userstyles.world/user/hachque
@description Makes job badges in the pipeline much wider, for pipelines where the jobs have long names.
@author hachque
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://gitlab.com/") {
.gl-pipeline-job-width {
width: 270px;
}
.gl-pipeline-job-width .mw-70p {
max-width: 82%;
font-size: 80%;
}
.linked-pipelines-column.graph-position-left {
display: none;
}
}