Make WordPress Core

Ticket #43852: 43852-2.diff

File 43852-2.diff, 515 bytes (added by PressTigers, 7 years ago)

Fix spacing

  • wp-admin/css/forms.css

    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 { 
    14661466                max-width: 6.25em;
    14671467                margin: 0;
    14681468        }
     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        }
    14691479}
    14701480
    14711481@media only screen and (max-width: 768px) {