mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 08:41:24 +01:00
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:
parent
ce48d7502c
commit
d3d630c98a
@ -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 {
|
||||
|
2
wp-admin/css/site-health-rtl.min.css
vendored
2
wp-admin/css/site-health-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
2
wp-admin/css/site-health.min.css
vendored
2
wp-admin/css/site-health.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user