[O] Limit course name length
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
|
||||
.course-name
|
||||
{
|
||||
// Limit name length
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
// Font
|
||||
font-size: 22px;
|
||||
color: #0c6dad;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user