From ceaf9795904ab155c42be0d78854ea359340cf11 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 30 Aug 2012 18:47:22 +0000 Subject: [PATCH] Fix min row height in .widefat, see #21324 git-svn-id: https://develop.svn.wordpress.org/trunk@21671 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 7b7d401864..a10f1ceca7 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -582,7 +582,7 @@ select, .widefat .check-column { width: 2.2em; - padding: 6px 0 0; + padding: 6px 0 25px; vertical-align: top; } @@ -592,7 +592,7 @@ select, .widefat thead .check-column, .widefat tfoot .check-column { - padding-top: 10px; + padding: 10px 0 0; } .widefat .num,