mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50574 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7e66aefa7f
commit
eabca4f181
@ -963,6 +963,11 @@ form#tags-filter {
|
||||
input#create-page {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wp-core-ui button.privacy-text-copy {
|
||||
white-space: normal;
|
||||
line-height: 1.8;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1004px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user