Make WordPress Core

Changeset 47283


Ignore:
Timestamp:
02/12/2020 11:27:27 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Improve the appearance of privacy request email inputs on mobile.

Props garrett-eclipse, xkon.
Fixes #48189.

File:
1 edited

Legend:

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

    r47151 r47283  
    16301630        margin-left: 5px;
    16311631    }
     1632
     1633    .wp-privacy-request-form-field input[type="text"] {
     1634        width: 100%;
     1635        margin-bottom: 10px;
     1636        vertical-align: middle;
     1637    }
     1638
    16321639    .regular-text {
    16331640        max-width: 100%;
Note: See TracChangeset for help on using the changeset viewer.