Make WordPress Core

Changeset 45128


Ignore:
Timestamp:
04/07/2019 05:43:12 AM (6 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-admin/css/site-health.css.

Props mukesh27, ianbelanger, pbiron, afercia.
Fixes #46760. See #44643.

File:
1 edited

Legend:

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

    r45091 r45128  
    1111    font-size: 23px;
    1212    padding: 9px 0 4px 0;
    13     line-height: 29px;
     13    line-height: 1.3;
    1414}
    1515
     
    5959    margin-left: -40px;
    6060    border-radius: 100%;
    61     line-height: 80px;
     61    line-height: 6.3;
    6262    font-size: 2em;
    6363}
     
    212212    display: inline-block;
    213213    height: 28px;
    214     line-height: 28px;
     214    line-height: 2.2;
    215215}
    216216
Note: See TracChangeset for help on using the changeset viewer.