Make WordPress Core

Changeset 50568


Ignore:
Timestamp:
03/24/2021 12:02:53 AM (4 years ago)
Author:
peterwilsoncc
Message:

Privacy: Wrap text in buttons on privacy policy guide.

On narrow screens allow the text to wrap in the copy buttons on the privacy policy guide screen to avoid horizontal overflow of the parent container.

Props audrasjb, davidbaumwald, jaymanpandya, paaljoachim, palmiak, sabernhardt, SergeyBiryukov, sumitsingh.
Fixes #52751.

File:
1 edited

Legend:

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

    r50512 r50568  
    963963        margin-top: 10px;
    964964    }
     965
     966    .wp-core-ui button.privacy-text-copy {
     967        white-space: normal;
     968        line-height: 1.8;
     969    }
    965970}
    966971
Note: See TracChangeset for help on using the changeset viewer.