CSS Coding Standards: Use unitless values for line-height
in wp-includes/css/media-views.css
.
Follow-up to [45478]. Props ianbelanger, afercia. Fixes #46529. See #44643. git-svn-id: https://develop.svn.wordpress.org/trunk@46431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9ec0161373
commit
392cf3ee7d
@ -1225,7 +1225,7 @@
|
||||
.attachments-browser .instructions {
|
||||
display: inline-block;
|
||||
margin-top: 16px;
|
||||
line-height: 18px;
|
||||
line-height: 1.38461538;
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
margin-right: 0.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user