Make WordPress Core

Changeset 43193


Ignore:
Timestamp:
05/09/2018 04:12:37 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.
Fixes #43852.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r43018 r43193  
    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.