added handling for long class names in the header

This commit is contained in:
Tom Giannattasio
2012-10-30 12:57:47 -04:00
parent 763e4722dc
commit ceb17ad411

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 {