Use rowspans to align Jobs reference in evaluations rendering

This commit is contained in:
Kevin Quick
2018-12-16 22:26:44 -08:00
parent 0e7593a4a1
commit dfce2ad69a
2 changed files with 18 additions and 11 deletions

View File

@ -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;
}