Coding Standards: Improve the Site Health CSS for small screens.

Amends #45071.
See #46685.

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


git-svn-id: http://core.svn.wordpress.org/trunk@44883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-03-30 14:09:51 +00:00
parent 44602b5ed9
commit fdda9ca9dd
5 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,5 @@
.site-health #wpcontent { .site-health #wpcontent,
.site-health.auto-fold #wpcontent {
padding-right: 0; padding-right: 0;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
.site-health #wpcontent { .site-health #wpcontent,
.site-health.auto-fold #wpcontent {
padding-left: 0; padding-left: 0;
} }

File diff suppressed because one or more lines are too long

View File

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