mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-19 21:15:23 +00:00
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:
parent
e1f2b3b9e2
commit
32cd803685
@ -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 {
|
||||
|
@ -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 {
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user