Make WordPress Core

Changeset 43194


Ignore:
Timestamp:
05/09/2018 04:15:36 PM (7 years ago)
Author:
azaozz
Message:

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

Props PressTigers, desrosj.
Merges [43193] to the 4.9 branch.
Fixes #43852.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/css/forms.css

    r43100 r43194  
    14671467        margin: 0;
    14681468    }
     1469
     1470    /* Privacy Policy settings screen */
     1471    .tools-privacy-policy-page input#set-page,
     1472    .tools-privacy-policy-page select {
     1473        margin: 10px 0 0;
     1474    }
    14691475}
    14701476
Note: See TracChangeset for help on using the changeset viewer.