Make WordPress Core

Changeset 51645


Ignore:
Timestamp:
08/19/2021 08:57:24 PM (3 years ago)
Author:
ryelle
Message:

Privacy: Add space below page selector.

Sometimes the submit button wraps to a new line, either because the button label translation is long, or there are long page names. When it wraps, there should be space between the select dropdown and the button.

Props audrasjb, mukesh27, guillaumeturpin.
Fixes #53782.

File:
1 edited

Legend:

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

    r50846 r51645  
    12371237}
    12381238
    1239 .tools-privacy-policy-page input.button,
     1239.tools-privacy-policy-page input.button {
     1240    margin: 0 1px 0 6px;
     1241}
     1242
    12401243.tools-privacy-policy-page select {
    1241     margin: 0 1px 0 6px;
     1244    margin: 0 1px 0.5em 6px;
    12421245}
    12431246
Note: See TracChangeset for help on using the changeset viewer.