Ensure the first icon is not covered by the wrapper div in the Welcome tab on the dashboard, fixes #20366

git-svn-id: https://develop.svn.wordpress.org/trunk@20383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-04-06 20:15:14 +00:00
parent 8fa05b041b
commit 52c5b8c7ad
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 {