Make WordPress Core

Changeset 45414


Ignore:
Timestamp:
05/25/2019 02:41:55 PM (7 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Update unitless values for line-height in wp-admin/css/nav-menus.css with more precise calculations.

Props ianbelanger.
Fixes #46516.

File:
1 edited

Legend:

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

    r45324 r45414  
    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;
     
    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. */
     
    738738        clear: both;
    739739        padding: 10px 0;
    740         line-height: 2.1;
     740        line-height: 2.15384615;
    741741}
    742742
     
    842842        .nav-menus-php .delete-action {
    843843                font-size: 14px;
    844                 line-height: 2.1;
     844                line-height: 2.14285714;
    845845        }
    846846
Note: See TracChangeset for help on using the changeset viewer.