Make WordPress Core

Changeset 46332


Ignore:
Timestamp:
09/26/2019 09:50:10 PM (5 years ago)
Author:
whyisjake
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r45682 r46332  
    338338
    339339#adminmenu div.wp-menu-name {
     340    display: flex;
     341    word-break: break-word;
    340342    padding: 8px 0;
    341343}
     
    693695
    694696    .auto-fold #adminmenu a.menu-top {
    695         height: 34px;
     697        height: auto;
    696698    }
    697699
Note: See TracChangeset for help on using the changeset viewer.