Skip to content

Commit

Permalink
Administration: Ensure visual consistency with large titles in the si…
Browse files Browse the repository at this point in the history
…debar.

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
  • Loading branch information
whyisjake committed Sep 26, 2019
1 parent 4369b82 commit f2e9aa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wp-admin/css/admin-menu.css
Expand Up @@ -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;
} }


Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit f2e9aa7

Please sign in to comment.