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:
Sergey Biryukov 2019-10-08 02:55:20 +00:00
parent 9ec0161373
commit 392cf3ee7d

View File

@ -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;