Skip to content

github/actions by apostololeg

Screenshot of github/actions

Details

Authorapostololeg

LicenseNo License

Categorygithub

Created

Updated

Size424 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fix columns size to make it more readable

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         github/actions
@version      20220624.09.24
@namespace    userstyles.world/user/apostololeg
@description  fix columns size to make it more readable
@author       apostololeg
@license      No License
==/UserStyle== */

@-moz-document regexp("^https:\\/\\/github\\.com\\/.*\\/actions") {
.d-table.col-12 > div:first-child {
    width: 100%;
}

[title="Start time"] {
    white-space: nowrap;
}
}

Reviews

No reviews yet.