Commit ceb17ad4 by Tom Giannattasio

added handling for long class names in the header

parent 763e4722
...@@ -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