From 1cc6a7b87bbb954a66b534541b0608e0b7c4aab1 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 25 Mar 2008 20:09:34 +0000 Subject: [PATCH] Prevent individual post comment listing admin page title from sneaking behind the search box. fixes #6375 git-svn-id: https://develop.svn.wordpress.org/trunk@7512 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index e37a345396..150461ad72 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -192,6 +192,7 @@ th.check-column + th, th.check-column + td { margin: 5px 0 0 -4px; padding: 0; padding-bottom: 7px; + padding-right: 280px; } #timestampdiv {