Make WordPress Core

Ticket #46516: 46516.3.diff

File 46516.3.diff, 966 bytes (added by ianbelanger, 5 years ago)

Updates patch with more precise line-height calculations

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

     
    450450        height: auto;
    451451        min-height: 20px;
    452452        width: 382px;
    453         line-height: 2.4;
     453        line-height: 2.30769230;
    454454        overflow: hidden;
    455455        word-wrap: break-word;
    456456}
     
    480480.menu-item-handle .item-title {
    481481        font-size: 13px;
    482482        font-weight: 600;
    483         line-height: 1.6;
     483        line-height: 1.53846153;
    484484        display: block;
    485485        /* @todo: responsive view. */
    486486        margin-right: 13em;
     
    737737.nav-menus-php .major-publishing-actions {
    738738        clear: both;
    739739        padding: 10px 0;
    740         line-height: 2.1;
     740        line-height: 2.15384615;
    741741}
    742742
    743743.nav-menus-php .major-publishing-actions .publishing-action {
     
    841841
    842842        .nav-menus-php .delete-action {
    843843                font-size: 14px;
    844                 line-height: 2.1;
     844                line-height: 2.14285714;
    845845        }
    846846
    847847        .menu-item-bar .menu-item-handle,