Account for longer translations of 'Customize Your Site' button label.

props shooper.
fixes #29451.

git-svn-id: https://develop.svn.wordpress.org/trunk@29790 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-09-29 13:56:34 +00:00
parent be8a0c6f89
commit dfc018ccf9
1 changed files with 5 additions and 1 deletions

View File

@ -163,7 +163,11 @@
}
.wp-core-ui .welcome-panel .button.button-hero {
margin: 15px 0 3px;
margin: 15px 13px 3px 0;
padding: 12px 36px;
height: auto;
line-height: 20px;
white-space: normal;
}
.welcome-panel-content {