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

props shooper.
fixes #29451.
Built from https://develop.svn.wordpress.org/trunk@29790


git-svn-id: http://core.svn.wordpress.org/trunk@29562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-09-29 13:57:16 +00:00
parent e1f2b3b9e2
commit 32cd803685
4 changed files with 12 additions and 4 deletions

View File

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

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long