Cause class and instance names not to wrap.

This looks ugly, uglier than the alternative, but I want
to encourage us to figure out how to deal with this case
rather than allowing it to wrap.

(imported from commit 9ef9cedeca2e27a0db996083e2e528f3daec3f43)
This commit is contained in:
Waseem Daher 2012-09-11 16:57:03 -04:00
parent 5ca1ac55d6
commit 9a7993a954

View File

@ -54,10 +54,11 @@ td.zephyr_recipient {
vertical-align: top;
text-align: right;
overflow-x: hidden;
padding-right: 10px;
padding-top: 5px;
padding-right: 10px;
padding-top: 5px;
max-width: 100px;
min-width: 100px;
white-space: nowrap;
}
span.zephyr_class {