accompanying course work: handle case end date is null

This commit is contained in:
nobohan
2021-10-26 17:13:41 +02:00
parent d2eb7b471e
commit 0fa3ff4c16
2 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ div.accompanying_course_work-list {
border-radius: 12px;
border: 2px solid $chill-green;
}
&.no-label:before {
display: none;
}
}
}
}