Merge pull request #993 from MITx/bug/cas/tom/long-class-names
added handling for long class names in the header
This commit is contained in:
@@ -43,7 +43,14 @@ body.no-header {
|
||||
}
|
||||
|
||||
.left {
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.class-name {
|
||||
max-width: 350px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.drop-icon {
|
||||
|
||||
Reference in New Issue
Block a user