mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
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:
parent
554b60da76
commit
4269998771
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||||
|
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||||
|
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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. */
|
||||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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. */
|
||||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user