mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
c28e516c80
commit
fc7a8f7194
@ -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,
|
||||
|
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
@ -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,
|
||||
|
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.2-beta3-45216';
|
||||
$wp_version = '5.2-beta3-45217';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user