Privacy: fix spacing on small screens for the Use This Page button in Privacy Tools.

Props PressTigers, desrosj.
Merges [43193] to the 4.9 branch.
Fixes #43852.


Built from https://develop.svn.wordpress.org/branches/4.9@43194


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-09 16:16:25 +00:00
parent 547912fbfc
commit 45c4047586
7 changed files with 17 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-beta1-43192';
$wp_version = '4.9.6-beta1-43194';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.