Privacy: fix spacing on small screens for the Use This Page button in Privacy Tools.
Props PressTigers, desrosj. Fixes #43852. Built from https://develop.svn.wordpress.org/trunk@43193 git-svn-id: http://core.svn.wordpress.org/trunk@43022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
367c2e945a
commit
83c07f7a50
|
@ -1466,6 +1466,12 @@ table.form-table td .updated p {
|
|||
max-width: 6.25em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Privacy Policy settings screen */
|
||||
.tools-privacy-policy-page input#set-page,
|
||||
.tools-privacy-policy-page select {
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1466,6 +1466,12 @@ table.form-table td .updated p {
|
|||
max-width: 6.25em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Privacy Policy settings screen */
|
||||
.tools-privacy-policy-page input#set-page,
|
||||
.tools-privacy-policy-page select {
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
|
|
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
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43191';
|
||||
$wp_version = '5.0-alpha-43193';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue