diff options
| author | Space Meyer <spm@google.com> | 2023-05-06 12:18:30 +0200 |
|---|---|---|
| committer | Space Meyer <git@the-space.agency> | 2023-06-12 17:16:51 +0200 |
| commit | 2d0582f691044a9bcc8199bc4bec0aa6979340a2 (patch) | |
| tree | 77a445fdb1a2ec0fad1bd234a9936228dc6299de /pkg/html | |
| parent | aaed018397bf51a5aaff9a072ba223d81cd3c107 (diff) | |
dashboard: allow admins to retry individual bisections
Changes to our rootfs, compilers or bisection logic regularly cause
regressions in our bisection accuracy. Retrying them currently entails
fiddling with the GCP datastore directly or mass deleting all failed
bisections.
This change will allow us to retry specific bisections with a single
click.
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 4331f4396..5aed046e6 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -151,7 +151,7 @@ table td, table th { .list_table .result { width: 60pt; - max-width: 60pt; + max-width: 200pt; } .list_table .stat { |
