Make WordPress Core

Changeset 50574


Ignore:
Timestamp:
03/25/2021 12:05:05 AM (5 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.
Merges [50568] to the 5.7 branch.
Fixes #52751.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/src/wp-admin/css/edit.css

    r50357 r50574  
    964964                margin-top: 10px;
    965965        }
     966
     967        .wp-core-ui button.privacy-text-copy {
     968                white-space: normal;
     969                line-height: 1.8;
     970        }
    966971}
    967972
Note: See TracChangeset for help on using the changeset viewer.