Make WordPress Core

Ticket #43852: 43852-1.diff

File 43852-1.diff, 493 bytes (added by PressTigers, 7 years ago)

Left Alignment Fix

  • wp-admin/css/forms.css

    diff --git a/wp-admin/css/forms.css b/wp-admin/css/forms.css
    index 74fe2f96ee..15e30032f6 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: 20px;
     1473                margin-left: 0;
     1474        }
     1475        .tools-privacy-policy-page select {
     1476                margin-left: 0;
     1477        }
    14691478}
    14701479
    14711480@media only screen and (max-width: 768px) {