Updated attendance report table to be shown on iPad

This commit is contained in:
2025-11-06 13:29:55 -05:00
parent 65bb61502d
commit 77c36be746
+4 -4
View File
@@ -937,10 +937,10 @@ tr.modified-record {
/* Enhanced table responsive design */ /* Enhanced table responsive design */
@media (max-width: 1200px) { @media (max-width: 1200px) {
.attendance-table th:nth-child(7), .attendance-table th:nth-child(10),
.attendance-table td:nth-child(7), .attendance-table td:nth-child(10),
.attendance-table th:nth-child(8), .attendance-table th:nth-child(11),
.attendance-table td:nth-child(8) { .attendance-table td:nth-child(11) {
display: none; display: none;
} }
} }