Administration: Add a max-width to the Privacy Policy Page dropdown.

If there's a page with an extra long title, the Privacy Policy page dropdown in Privacy Settings overflows the page width.

Fixes #47366
Props garrett-eclipse, SergeyBiryukov, mukesh27, desrosj, adhitya03, jalpa1984, nrqsnchz, paresh07.

Built from https://develop.svn.wordpress.org/trunk@46411


git-svn-id: http://core.svn.wordpress.org/trunk@46209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake 2019-10-06 06:42:02 +00:00
parent 554b60da76
commit 4269998771
13 changed files with 13 additions and 7 deletions

View File

@ -3080,6 +3080,7 @@ img {
font-size: 13px; font-size: 13px;
background: #f9f9f9; background: #f9f9f9;
-moz-tab-size: 4; -moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -3080,6 +3080,7 @@ img {
font-size: 13px; font-size: 13px;
background: #f9f9f9; background: #f9f9f9;
-moz-tab-size: 4; -moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -1584,6 +1584,7 @@ p.customize-section-description {
font-size: 12px; font-size: 12px;
padding: 6px 8px; padding: 6px 8px;
-moz-tab-size: 2; -moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2; tab-size: 2;
} }
.customize-control-code_editor textarea, .customize-control-code_editor textarea,

File diff suppressed because one or more lines are too long

View File

@ -1584,6 +1584,7 @@ p.customize-section-description {
font-size: 12px; font-size: 12px;
padding: 6px 8px; padding: 6px 8px;
-moz-tab-size: 2; -moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2; tab-size: 2;
} }
.customize-control-code_editor textarea, .customize-control-code_editor textarea,

File diff suppressed because one or more lines are too long

View File

@ -315,6 +315,7 @@ input[type="radio"].disabled:checked:before {
border-radius: 3px; border-radius: 3px;
padding: 3px 8px 3px 24px; padding: 3px 8px 3px 24px;
min-height: 28px; min-height: 28px;
max-width: 25rem;
vertical-align: middle; vertical-align: middle;
-webkit-appearance: none; -webkit-appearance: none;
/* The SVG is arrow-down-alt2 from Dashicons. */ /* The SVG is arrow-down-alt2 from Dashicons. */

File diff suppressed because one or more lines are too long

View File

@ -315,6 +315,7 @@ input[type="radio"].disabled:checked:before {
border-radius: 3px; border-radius: 3px;
padding: 3px 24px 3px 8px; padding: 3px 24px 3px 8px;
min-height: 28px; min-height: 28px;
max-width: 25rem;
vertical-align: middle; vertical-align: middle;
-webkit-appearance: none; -webkit-appearance: none;
/* The SVG is arrow-down-alt2 from Dashicons. */ /* The SVG is arrow-down-alt2 from Dashicons. */

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-beta2-46410'; $wp_version = '5.3-beta2-46411';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.