[S] Cut long course names

This commit is contained in:
Hykilpikonna
2020-04-12 14:44:30 -04:00
parent 25d0965696
commit df79998990
@@ -159,6 +159,14 @@
background: #fbfbfb;
border-radius: 4px;
padding-left: 10px;
.name
{
// Text too long
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}