From 2578d9e12a849f2697bbf8e22b73c930bfbb9009 Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 6 Apr 2012 20:15:14 +0000 Subject: [PATCH] Ensure the first icon is not covered by the wrapper div in the Welcome tab on the dashboard, fixes #20366 git-svn-id: http://svn.automattic.com/wordpress/trunk@20383 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.dev.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 36dca5c81..8cec577bd 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -2176,7 +2176,7 @@ body.admin-bar { clear: both; overflow: hidden; position: relative; - padding-left: 25px; + padding-left: 26px; } .welcome-panel .welcome-panel-column {