Make WordPress Core

Ticket #49576: 49576.alt.diff

File 49576.alt.diff, 542 bytes (added by garrett-eclipse, 3 years ago)

Alternate approach using margins to account for both occurrances of the issue and take variable string length from alternate locales into account.

  • src/wp-admin/css/nav-menus.css

     
    781781        }
    782782}
    783783
     784@media screen and (min-width: 783px) {
     785        .nav-menus-php #nav-menu-header .major-publishing-actions {
     786                padding: 5px 0;
     787        }
     788
     789        #menu-name {
     790                margin: 5px 5px 5px 0;
     791        }
     792
     793        #save_menu_header { margin: 5px 0; }
     794}
     795
    784796@media screen and (max-width: 782px) {
    785797        body.nav-menus-php,
    786798        body.wp-customizer {