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 Fixes #42201 Built from https://develop.svn.wordpress.org/trunk@46332 git-svn-id: http://core.svn.wordpress.org/trunk@46131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
66dd6814e7
commit
b6f7c0cbc4
|
@ -337,6 +337,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu div.wp-menu-name {
|
#adminmenu div.wp-menu-name {
|
||||||
|
display: flex;
|
||||||
|
word-break: break-word;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -692,7 +694,7 @@ li#wp-admin-bar-menu-toggle {
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top {
|
.auto-fold #adminmenu a.menu-top {
|
||||||
height: 34px;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenu li.wp-menu-open {
|
.auto-fold #adminmenu li.wp-menu-open {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -337,6 +337,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu div.wp-menu-name {
|
#adminmenu div.wp-menu-name {
|
||||||
|
display: flex;
|
||||||
|
word-break: break-word;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -692,7 +694,7 @@ li#wp-admin-bar-menu-toggle {
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenu a.menu-top {
|
.auto-fold #adminmenu a.menu-top {
|
||||||
height: 34px;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-fold #adminmenu li.wp-menu-open {
|
.auto-fold #adminmenu li.wp-menu-open {
|
||||||
|
|
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-beta1-46331';
|
$wp_version = '5.3-beta1-46332';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue