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. git-svn-id: https://develop.svn.wordpress.org/trunk@45472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6da8445436
commit
e7f7b81bcc
@ -112,7 +112,7 @@
|
||||
|
||||
#wp-auth-check-wrap .wp-auth-fallback {
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
line-height: 1.5;
|
||||
padding: 0 25px;
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user