Stop Buildkite from truncating the step labels in builds.
Show full build step labels in Buildkite by rocwang
Details
Authorrocwang
LicenseNo License
Categorybuildkite
Created
Updated
Size420 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 Show full build step labels in Buildkite
@namespace buildkite.com
@version 1.0.0
@description Stop Buildkite from truncating the step labels in builds.
@author Roc Wong
==/UserStyle== */
@-moz-document domain("buildkite.com") {
.build-pipeline-job,
.build-pipeline-job span,
.build-pipeline-job__wrapper {
max-width: none !important;
}
}