Skip to content

Show full build step labels in Buildkite by rocwang

Screenshot of Show full build step labels in Buildkite

Details

Authorrocwang

LicenseNo License

Categorybuildkite

Created

Updated

Size420 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stop Buildkite from truncating the step labels in builds.

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;
  }
}

Reviews

No reviews yet.