Administration: Ensure visual consistency with large titles in the sidebar.
Custom posts, and other menu titles that are long aren't wrapping correctly. Props jagirbaheshwp, munyagu, harshbarach, hareesh-pillai, pratikkry, naveenkharwar, mukesh27, dushanthi, worldweb, audrasjb, afercia, amolv, iqbalbary, davidbaumwald. Fixes #42201 Built from https://develop.svn.wordpress.org/trunk@46453 git-svn-id: http://core.svn.wordpress.org/trunk@46251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
13eecfc861
commit
ec02d199f4
|
@ -338,7 +338,6 @@
|
|||
|
||||
#adminmenu div.wp-menu-name {
|
||||
display: flex;
|
||||
word-break: break-word;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
|
@ -510,14 +509,11 @@ ul#adminmenu > li.current > a.current:after {
|
|||
}
|
||||
|
||||
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
|
||||
#adminmenu .awaiting-mod,
|
||||
#adminmenu .update-plugins {
|
||||
#adminmenu .wp-menu-name > span {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 2px -1px 0;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
margin: 1px 2px -1px 1px;
|
||||
padding: 0 6px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: #ca4a1f;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -338,7 +338,6 @@
|
|||
|
||||
#adminmenu div.wp-menu-name {
|
||||
display: flex;
|
||||
word-break: break-word;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
|
@ -510,14 +509,11 @@ ul#adminmenu > li.current > a.current:after {
|
|||
}
|
||||
|
||||
/* @todo: consider to use a single rule for these counters and the list table comments counters. */
|
||||
#adminmenu .awaiting-mod,
|
||||
#adminmenu .update-plugins {
|
||||
#adminmenu .wp-menu-name > span {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0 -1px 2px;
|
||||
padding: 0 5px;
|
||||
min-width: 18px;
|
||||
margin: 1px 1px -1px 2px;
|
||||
padding: 0 6px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
background-color: #ca4a1f;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-beta3-46452';
|
||||
$wp_version = '5.3-beta3-46453';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue