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

Props PressTigers, desrosj.
Fixes #43852.

git-svn-id: https://develop.svn.wordpress.org/trunk@43193 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2018-05-09 16:12:37 +00:00
parent ed966ccb53
commit 21a18a15e1
1 changed files with 6 additions and 0 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) {