Commit b8dcf0c4 by Calen Pennington

Merge pull request #993 from MITx/bug/cas/tom/long-class-names

added handling for long class names in the header
parents 4c167818 ceb17ad4
...@@ -43,7 +43,14 @@ body.no-header { ...@@ -43,7 +43,14 @@ body.no-header {
} }
.left { .left {
width: 700px; width: 750px;
}
.class-name {
max-width: 350px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
} }
.drop-icon { .drop-icon {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment