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:
parent
4369b82732
commit
f2e9aa79f5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user