From 9a7993a954762cc220d685e83cd7fc8affd9230f Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Tue, 11 Sep 2012 16:57:03 -0400 Subject: [PATCH] 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) --- zephyr/static/styles/zephyr.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index bfcc38e7a0..9850d9db68 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -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 {