From bacc45cb73a18c32c4b35fd4346b3ea83513c2b3 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 11 Sep 2012 17:50:05 +0000 Subject: nowrap colum --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1e6f1e8..50dbbac 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,7 @@ tr.partial .status-box { background: blue; } .status-link { text-decoration: none; display: block; margin: 0; padding: 0; } +td.user, td.status { white-space: nowrap; } tr .media, -- cgit v1.2.1