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:
parent
ed966ccb53
commit
21a18a15e1
|
@ -1466,6 +1466,12 @@ table.form-table td .updated p {
|
||||||
max-width: 6.25em;
|
max-width: 6.25em;
|
||||||
margin: 0;
|
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) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
|
Loading…
Reference in New Issue