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
This commit is contained in:
azaozz 2012-04-06 20:15:14 +00:00
parent d5cc12048e
commit 2578d9e12a
1 changed files with 1 additions and 1 deletions

View File

@ -2176,7 +2176,7 @@ body.admin-bar {
clear: both;
overflow: hidden;
position: relative;
padding-left: 25px;
padding-left: 26px;
}
.welcome-panel .welcome-panel-column {