Site Health: Make sure the "Copied!" text is vertically centered to the "Copy site info to clipboard" button.

Props garrett-eclipse.
Fixes #49139.
Built from https://develop.svn.wordpress.org/trunk@47047


git-svn-id: http://core.svn.wordpress.org/trunk@46847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-07 00:09:04 +00:00
parent ce48d7502c
commit d3d630c98a
5 changed files with 7 additions and 7 deletions

View File

@ -216,8 +216,8 @@
.site-health-copy-buttons .success.visible {
display: inline-block;
height: 28px;
line-height: 2.2;
height: 30px;
line-height: 2.30769231;
}
.site-status-has-issues.hide {

File diff suppressed because one or more lines are too long

View File

@ -215,8 +215,8 @@
.site-health-copy-buttons .success.visible {
display: inline-block;
height: 28px;
line-height: 2.2;
height: 30px;
line-height: 2.30769231;
}
.site-status-has-issues.hide {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47046';
$wp_version = '5.4-alpha-47047';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.