Use rowspans to align Jobs reference in evaluations rendering
This commit is contained in:
@ -142,3 +142,8 @@ td.step-status span.warn {
|
||||
color: #aaaa00;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Assumes borders are never desired in multi-row table heads */
|
||||
.table thead th {
|
||||
border-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user