Skip to content
Snippets Groups Projects

Resolve "Date overflows box in print view when only a few lessons are displayed"

All threads resolved!
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -25,7 +25,11 @@ tr.lessons-day-first {
border-top: 3px solid rgba(0, 0, 0, 0.3);
}
th.lessons-day-head, td.rotate, th.rotate {
th.lessons-day-head {
text-align: center;
}
td.rotate, th.rotate {
text-align: center;
transform: rotate(-90deg);
}
Loading