Administration: Improve the Site Health "Passed tests" button style for small screens.

Props chetan200891.
Fixes #46939.

Built from https://develop.svn.wordpress.org/trunk@45217


git-svn-id: http://core.svn.wordpress.org/trunk@45026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-04-16 16:23:52 +00:00
parent c28e516c80
commit fc7a8f7194
5 changed files with 7 additions and 5 deletions

View File

@ -288,7 +288,8 @@
.wp-core-ui .button.site-health-view-passed {
position: relative;
padding: 0 20px 0 40px;
padding-left: 40px;
padding-right: 20px;
}
.health-check-accordion-trigger:hover,

File diff suppressed because one or more lines are too long

View File

@ -288,7 +288,8 @@
.wp-core-ui .button.site-health-view-passed {
position: relative;
padding: 0 40px 0 20px;
padding-right: 40px;
padding-left: 20px;
}
.health-check-accordion-trigger:hover,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45216';
$wp_version = '5.2-beta3-45217';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.