From 93cf95974a74722d36257625b9f9b5ed2a78dec9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 7 Jan 2009 08:35:08 +0000 Subject: [PATCH] Add white-space:nowrap to plugins table action links, props DD32, fixes #8810 git-svn-id: https://develop.svn.wordpress.org/trunk@10331 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index a1d7a56e0c..ce02ff9945 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -15,8 +15,8 @@ p, ul, ol, blockquote { font-size: 12px; } padding: 0; } -.plugins .togl { - width: 150px; +.plugins .action-links { + white-space: nowrap; } .import-system {