Make WordPress Core

Changeset 45472


Ignore:
Timestamp:
05/30/2019 12:36:39 PM (7 years ago)
Author:
SergeyBiryukov
Message:

CSS Coding Standards: Use unitless values for line-height in wp-includes/css/wp-auth-check.css.

Props ianbelanger, pbiron, afercia.
Fixes #46522. See #44643.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-auth-check.css

    r44791 r45472  
    113113#wp-auth-check-wrap .wp-auth-fallback {
    114114        font-size: 14px;
    115         line-height: 21px;
     115        line-height: 1.5;
    116116        padding: 0 25px;
    117117        display: none;
Note: See TracChangeset for help on using the changeset viewer.