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

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

git-svn-id: https://develop.svn.wordpress.org/trunk@45466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-30 12:08:53 +00:00
parent ca40b4ef9f
commit 2254e86861
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ body {
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 1.4em;
line-height: 1.4;
}
a {
@ -159,7 +159,7 @@ p {
.login form .forgetmenot label {
font-size: 12px;
line-height: 19px;
line-height: 1.58333333;
}
.login h1 {
@ -176,7 +176,7 @@ p {
height: 84px;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
line-height: 1.3;
margin: 0 auto 25px;
padding: 0;
text-decoration: none;