[S] Cut long course names
This commit is contained in:
@@ -159,6 +159,14 @@
|
|||||||
background: #fbfbfb;
|
background: #fbfbfb;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
||||||
|
.name
|
||||||
|
{
|
||||||
|
// Text too long
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user