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:
Calen Pennington
2012-10-30 09:59:36 -07:00

View File

@@ -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 {