Skip to content

Terraform Cloud Projects List by jamesmbourne

Details

Authorjamesmbourne

LicenseNo License

Categoryapp.terraform.io

Created

Updated

Code size305 B

Code checksuma7137dcd

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix width of projects list to allow reading of longer names.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         app.terraform.io
@version      20231012.14.08
@namespace    ?
==/UserStyle== */

@-moz-document domain("app.terraform.io") {
._header_tnolfv {
    min-width: 400px;
}

._projects-list_tnolfv {
    min-width: 400px;
}

._projects-pagination_tnolfv {
    min-width: 400px;
}
}

Reviews

No reviews yet.