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


git-svn-id: https://develop.svn.wordpress.org/trunk@46332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock 2019-09-26 21:50:10 +00:00
parent 4369b82732
commit f2e9aa79f5
1 changed files with 3 additions and 1 deletions

View File

@ -337,6 +337,8 @@
}
#adminmenu div.wp-menu-name {
display: flex;
word-break: break-word;
padding: 8px 0;
}
@ -692,7 +694,7 @@ li#wp-admin-bar-menu-toggle {
}
.auto-fold #adminmenu a.menu-top {
height: 34px;
height: auto;
}
.auto-fold #adminmenu li.wp-menu-open {