fix columns size to make it more readable
github/actions by apostololeg
Details
Authorapostololeg
LicenseNo License
Categorygithub
Created
Updated
Size424 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 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;
}
}