diff --git a/wp-admin/css/forms.css b/wp-admin/css/forms.css
index 74fe2f96ee..b0047ed52f 100644
a
|
b
|
table.form-table td .updated p { |
1466 | 1466 | max-width: 6.25em; |
1467 | 1467 | margin: 0; |
1468 | 1468 | } |
| 1469 | |
| 1470 | /* Privacy Policy settings screen */ |
| 1471 | .tools-privacy-policy-page input#set-page { |
| 1472 | margin-top: 10px; |
| 1473 | margin-left: 0; |
| 1474 | } |
| 1475 | .tools-privacy-policy-page select { |
| 1476 | margin-left: 0; |
| 1477 | margin-top: 5px; |
| 1478 | } |
1469 | 1479 | } |
1470 | 1480 | |
1471 | 1481 | @media only screen and (max-width: 768px) { |