Administration: Prevent cards on the Tools page from overflowing on small screens.
Props anischarolia, mukesh27. Fixes #46972. Built from https://develop.svn.wordpress.org/trunk@45296 git-svn-id: http://core.svn.wordpress.org/trunk@45105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bfcd57d327
commit
71f9170c08
|
@ -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
|
@ -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
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45292';
|
||||
$wp_version = '5.3-alpha-45296';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue