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. Built from https://develop.svn.wordpress.org/trunk@46431 git-svn-id: http://core.svn.wordpress.org/trunk@46229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcd53396f1
commit
ddcf1fb843
|
@ -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-left: 0.5em;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-beta2-46430';
|
||||
$wp_version = '5.3-beta2-46431';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue