fix: timetable dates not showing

This commit is contained in:
SethBurkart123
2024-02-20 14:54:43 +11:00
parent 6acbadcd97
commit e17592442a
+6
View File
@@ -1413,6 +1413,12 @@ ul {
display: none;
}
.days td {
overflow: hidden;
.title {
width: 100% !important;
}
}
.content .days tbody tr > td {
overflow: hidden;
height: 1440px !important;
}