refactor job logs/comments [#145]

This commit is contained in:
Gary Sharp
2025-07-12 16:48:27 +10:00
parent b56e82d5c4
commit 092c6249ee
14 changed files with 575 additions and 638 deletions
+7 -5
View File
@@ -519,11 +519,13 @@ table {
table.none {
border: none !important;
tr, td, th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
& > tr, & > thead > tr, & > tbody > tr, & > tfoot > tr {
& > td, & > th {
padding: 0 !important;
margin: 0 !important;
background: none !important;
border: none !important;
}
}
}