This commit is contained in:
Paul Gauthier 2025-04-13 11:59:09 -07:00
parent dcafab2764
commit 6616f0886d

View file

@ -123,7 +123,7 @@ human intervention.
/* Increase width of Percent correct and Cost columns when others are hidden */
th:nth-child(3), td:nth-child(3), /* Percent correct */
th:nth-child(4), td:nth-child(4) { /* Cost */
width: 30% !important; /* Override inline style */
width: 33% !important; /* Override inline style */
}
}