Administration: Prevent cards on the Tools page from overflowing on small screens.

Merges [45296] to the 5.2 branch.

Props anischarolia, mukesh27.
Fixes #46972.
Built from https://develop.svn.wordpress.org/branches/5.2@45303


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-05-10 14:45:56 +00:00
parent 43aa419c4b
commit d8620b86c7
7 changed files with 7 additions and 5 deletions

View File

@ -801,6 +801,7 @@ table.form-table td .updated p {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
background: #fff;
box-sizing: border-box;
}
/* Press this styles */

File diff suppressed because one or more lines are too long

View File

@ -801,6 +801,7 @@ table.form-table td .updated p {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
background: #fff;
box-sizing: border-box;
}
/* Press this styles */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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.1-alpha-45295';
$wp_version = '5.2.1-alpha-45303';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.