Skip to content
Snippets Groups Projects

cleaner unit tests

Merged Reinder Kraaij requested to merge TMSS-2884-Front-End-Only-Unit-Test-P2 into master
14 files
+ 36941
2
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -122,6 +122,12 @@
}
}
@media (max-width: 1400px) and (min-width: 1124px) {
.page-title {
font-size: 15px;
}
}
@media (max-width: 1124px) and (min-width: 875px) {
.react-calendar-timeline .rct-dateHeader {
Loading