[O] Limit course name length

This commit is contained in:
Hykilpikonna
2019-10-01 20:50:25 -04:00
parent 3fbc9764e9
commit 96af69508f
@@ -17,6 +17,11 @@
.course-name
{
// Limit name length
white-space: nowrap;
overflow: hidden;
// Font
font-size: 22px;
color: #0c6dad;
}