From 2a38f122ab94d625ecc2fbe07e33efa780e77110 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 29 Sep 2011 21:28:29 +0000 Subject: [PATCH] Don't split names across multiple lines on the credits page. props zeo, fixes #17940. git-svn-id: http://svn.automattic.com/wordpress/trunk@18819 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 773053a9c..7e4fee647 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -41,6 +41,7 @@ ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; } li.wp-person { height: 70px; width: 220px; } ul.compact li.wp-person { height: 40px; width: auto; white-space: nowrap } li.wp-person a.web { font-size: 16px; text-decoration: none; } +p.wp-credits-list a { white-space: nowrap; }