fix timetable overlapping width

This commit is contained in:
SethBurkart123
2023-11-26 10:42:33 +11:00
parent 674970be46
commit 9bf4060cd8
2 changed files with 15 additions and 1 deletions
+10 -1
View File
@@ -1285,9 +1285,18 @@ iframe.userHTML {
color: #000 !important;
}
div.entry.class {
width: 100% !important;
border-radius: 0.25rem;
}
div.entry.class {
width: 100% !important;
}
div.entry.class[style*="left: 46.5%"] {
left: 50% !important;
}
div.entry.class[style*="width: 46.5%"] {
width: 50% !important;
}
.timetablepage .dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper {
min-width: 0;
width: auto !important;